♻️ Clean up debug options
This commit is contained in:
parent
07111bb434
commit
d9c1bc4579
3 changed files with 39 additions and 44 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue