Another round of instance globals changes.
This commit is contained in:
@@ -20,8 +20,8 @@ struct spell {
|
||||
#define ALL_MAP 0x1
|
||||
#define ALL_SPELLS 0x2
|
||||
|
||||
#define decrnknow(spell) spl_book[spell].sp_know--
|
||||
#define spellid(spell) spl_book[spell].sp_id
|
||||
#define spellknow(spell) spl_book[spell].sp_know
|
||||
#define decrnknow(spell) g.spl_book[spell].sp_know--
|
||||
#define spellid(spell) g.spl_book[spell].sp_id
|
||||
#define spellknow(spell) g.spl_book[spell].sp_know
|
||||
|
||||
#endif /* SPELL_H */
|
||||
|
||||
Reference in New Issue
Block a user