summaryrefslogtreecommitdiff
path: root/src/variable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/variable.c')
-rw-r--r--src/variable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/variable.c b/src/variable.c
index 105bbc7f..71fb5dd8 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -1498,8 +1498,8 @@ bool_ player_char_health;
/*
* The spell list of schools
*/
-s16b max_spells;
-spell_type *school_spells;
+s16b school_spells_count = 0;
+spell_type school_spells[SCHOOL_SPELLS_MAX];
s16b max_schools;
school_type *schools;