♻️ Clean up debug options

This commit is contained in:
Anders Jenbo 2021-03-23 20:29:52 +01:00
commit d9c1bc4579
3 changed files with 39 additions and 44 deletions

View file

@ -129,6 +129,8 @@ void SetAllSpellsCheat()
SetSpellLevelCheat(SPL_BONESPIRIT, 1);
}
int dbgplr;
void PrintDebugPlayer(BOOL bNextPlayer)
{
char dstr[128];
@ -153,6 +155,8 @@ void PrintDebugPlayer(BOOL bNextPlayer)
}
}
int dbgqst;
void PrintDebugQuest()
{
char dstr[128];
@ -191,6 +195,8 @@ void PrintDebugMonster(int m)
NetSendCmdString(1 << myplr, dstr);
}
int dbgmon;
void GetDebugMonster()
{
int mi1, mi2;