diff --git a/src/dehacked.c b/src/dehacked.c index e020c9c78..f40a7ea90 100644 --- a/src/dehacked.c +++ b/src/dehacked.c @@ -9409,7 +9409,7 @@ fixed_t get_number(const char *word) void DEH_Check(void) { -#if defined(_DEBUG) || defined(PARANOIA) +//#if defined(_DEBUG) || defined(PARANOIA) const size_t dehstates = sizeof(STATE_LIST)/sizeof(const char*); const size_t dehmobjs = sizeof(MOBJTYPE_LIST)/sizeof(const char*); const size_t dehpowers = sizeof(POWERS_LIST)/sizeof(const char*); @@ -9430,7 +9430,7 @@ void DEH_Check(void) if (dehcolors != MAXTRANSLATIONS) I_Error("You forgot to update the Dehacked colors list, you dolt!\n(%d colors defined, versus %s in the Dehacked list)\n", MAXTRANSLATIONS, sizeu1(dehcolors)); -#endif +//#endif } #ifdef HAVE_BLUA