mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
I_Error in all builds
Sick of this shit
This commit is contained in:
parent
4fb4490541
commit
c6e622af79
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue