🚨 Fix remaning warnings for clang and gcc
This commit is contained in:
parent
91d7be9fa3
commit
c89bd9c001
37 changed files with 202 additions and 249 deletions
|
|
@ -96,7 +96,7 @@ void MaxSpellsCheat()
|
|||
}
|
||||
}
|
||||
|
||||
void SetSpellLevelCheat(char spl, int spllvl)
|
||||
void SetSpellLevelCheat(spell_id spl, int spllvl)
|
||||
{
|
||||
plr[myplr]._pMemSpells |= GetSpellBitmask(spl);
|
||||
plr[myplr]._pSplLvl[spl] = spllvl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue