Code style
This commit is contained in:
parent
fe92bebaba
commit
4a62a7c678
32 changed files with 488 additions and 498 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue