replace spellid_t with unsigned int

This commit is contained in:
Enno Rehling 2012-05-09 03:13:49 -07:00
parent 03f74f0a47
commit 2c28ea1c41

View file

@ -6590,7 +6590,7 @@ static int sp_wdwpyramid(castorder * co)
}
typedef struct spelldata {
spellid_t id;
unsigned int id;
const char *sname;
spell_f sp_function;
void (*patzer) (castorder *);