fix: g_debugMode - client side global debugvariable, moved to util.c

This commit is contained in:
iceman1001 2018-02-21 15:54:13 +01:00
commit a29b2328db
6 changed files with 12 additions and 8 deletions

View file

@ -9,6 +9,9 @@
//-----------------------------------------------------------------------------
#include "util.h"
// global client debug variable
uint8_t g_debugMode = 0;
#ifdef _WIN32
#include <windows.h>
#endif