DEBUGMODE -> _DEBUG =)

This commit is contained in:
Louis-Antoine 2017-01-14 19:24:22 +01:00
parent b8b720088e
commit 8298ed3559
3 changed files with 3 additions and 3 deletions

View File

@ -2847,7 +2847,7 @@ void D_ClientServerInit(void)
COM_AddCommand("drop", Command_Drop);
COM_AddCommand("droprate", Command_Droprate);
#endif
#ifdef DEBUGMODE
#ifdef _DEBUG
COM_AddCommand("numnodes", Command_Numnodes);
#endif
#endif

View File

@ -80,7 +80,7 @@ typedef enum
void Command_Drop(void);
void Command_Droprate(void);
#endif
#ifdef DEBUGMODE
#ifdef _DEBUG
void Command_Numnodes(void);
#endif

View File

@ -529,7 +529,7 @@ static SINT8 getfreenode(void)
return -1;
}
#ifdef DEBUGMODE
#ifdef _DEBUG
void Command_Numnodes(void)
{
INT32 connected = 0;