🚨 Fix remaning warnings for clang and gcc

This commit is contained in:
Anders Jenbo 2021-04-19 02:25:46 +02:00
commit c89bd9c001
37 changed files with 202 additions and 249 deletions

View file

@ -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;