I_Error in all builds

Sick of this shit
This commit is contained in:
TehRealSalt 2019-05-06 17:38:16 -04:00
parent 4fb4490541
commit c6e622af79

View file

@ -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