summaryrefslogtreecommitdiff
path: root/src/variable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/variable.c')
-rw-r--r--src/variable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/variable.c b/src/variable.c
index 2ec4f7bc..84ca93ee 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -1383,7 +1383,7 @@ bool_ player_char_health;
* The spell list of schools
*/
s16b school_spells_count = 0;
-spell_type school_spells[SCHOOL_SPELLS_MAX];
+spell_type *school_spells[SCHOOL_SPELLS_MAX];
s16b schools_count = 0;
school_type schools[SCHOOLS_MAX];