diff options
author | Bardur Arantsson <bardur@scientician.net> | 2016-10-05 18:45:08 +0200 |
---|---|---|
committer | Bardur Arantsson <bardur@scientician.net> | 2016-10-05 18:45:08 +0200 |
commit | 44465e6fdbeab3b90b0bef9d33adac3514b48ffc (patch) | |
tree | c41198a0ad2ac5d6ce13aae9800cca84271dfa88 /src | |
parent | faf6923e1c35b8f69905548467874a76a4c740bd (diff) |
Remove unused max_bact
Diffstat (limited to 'src')
-rw-r--r-- | src/variable.cc | 5 | ||||
-rw-r--r-- | src/variable.hpp | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/variable.cc b/src/variable.cc index 4f967ca7..3813614e 100644 --- a/src/variable.cc +++ b/src/variable.cc @@ -890,11 +890,6 @@ cli_comm *cli_info; int cli_total = 0; /* - * max_bact, only used so that lua scripts can add new bacts without worrying about the numbers - */ -int max_bact = 127; - -/* * Automatizer enabled status */ bool_ automatizer_enabled = FALSE; diff --git a/src/variable.hpp b/src/variable.hpp index 975ab39a..b8fb91ea 100644 --- a/src/variable.hpp +++ b/src/variable.hpp @@ -261,7 +261,6 @@ extern int project_time; extern s32b project_time_effect; extern effect_type effects[MAX_EFFECTS]; extern skill_modifiers *gen_skill; -extern int max_bact; extern bool_ automatizer_enabled; extern s16b last_teleportation_y; extern s16b last_teleportation_x; |