From 763a1c383895f5f04d025ba6ebf79aee9425df70 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 30 Jun 2012 08:51:51 +0200 Subject: Change spell_type to a semi-ADT --- src/variable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/variable.c') 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]; -- cgit v1.2.3