forked from github/server
replace spellid_t with unsigned int
This commit is contained in:
parent
03f74f0a47
commit
2c28ea1c41
1 changed files with 1 additions and 1 deletions
|
@ -6590,7 +6590,7 @@ static int sp_wdwpyramid(castorder * co)
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef struct spelldata {
|
typedef struct spelldata {
|
||||||
spellid_t id;
|
unsigned int id;
|
||||||
const char *sname;
|
const char *sname;
|
||||||
spell_f sp_function;
|
spell_f sp_function;
|
||||||
void (*patzer) (castorder *);
|
void (*patzer) (castorder *);
|
||||||
|
|
Loading…
Reference in a new issue