summaryrefslogtreecommitdiff
path: root/src/variable.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:13 +0200
committerBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:13 +0200
commit2fa1a5e82a4e13f16ea6001c11d2452bac036d20 (patch)
tree281abb2809be83f8710d2aacab9ea342923455a7 /src/variable.hpp
parentab69f8a32062d0ae44ba7af0b4e357f6a77169ea (diff)
Unify skill_* fields into skill_modifier{,s}
Diffstat (limited to 'src/variable.hpp')
-rw-r--r--src/variable.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/variable.hpp b/src/variable.hpp
index 543c1bd5..3cfc7c8c 100644
--- a/src/variable.hpp
+++ b/src/variable.hpp
@@ -35,6 +35,7 @@
#include "rune_spell.hpp"
#include "school_type.hpp"
#include "set_type_fwd.hpp"
+#include "skill_modifiers_fwd.hpp"
#include "skill_type_fwd.hpp"
#include "skills_defs.hpp"
#include "store_action_type_fwd.hpp"
@@ -284,10 +285,7 @@ extern school_type schools[SCHOOLS_MAX];
extern int project_time;
extern s32b project_time_effect;
extern effect_type effects[MAX_EFFECTS];
-extern char gen_skill_basem[MAX_SKILLS];
-extern u32b gen_skill_base[MAX_SKILLS];
-extern char gen_skill_modm[MAX_SKILLS];
-extern s16b gen_skill_mod[MAX_SKILLS];
+extern skill_modifiers *gen_skill;
extern int max_bact;
extern bool_ automatizer_enabled;
extern s16b last_teleportation_y;