diff --git a/server.cpp b/server.cpp index 93455b05..9e336367 100644 --- a/server.cpp +++ b/server.cpp @@ -190,7 +190,7 @@ ***********************************************************************************/ -#if defined(NETPLAY_SUPPORT) || 1 +#ifdef NETPLAY_SUPPORT #ifdef _DEBUG #define NP_DEBUG 1 #endif