Code style

This commit is contained in:
Anders Jenbo 2018-12-29 02:15:20 +01:00
commit 4a62a7c678
32 changed files with 488 additions and 498 deletions

View file

@ -171,9 +171,9 @@ void __cdecl PrintDebugQuest()
void __fastcall PrintDebugMonster(int m)
{
BOOLEAN bActive; // ecx
int i; // eax
char dstr[128]; // [esp+Ch] [ebp-80h]
BOOLEAN bActive; // ecx
int i; // eax
char dstr[128]; // [esp+Ch] [ebp-80h]
sprintf(dstr, "Monster %i = %s", m, monster[m].mName);
NetSendCmdString(1 << myplr, dstr);