diff --git a/Source/monster.cpp b/Source/monster.cpp index 052df3f50..7a3fb1289 100644 --- a/Source/monster.cpp +++ b/Source/monster.cpp @@ -4981,7 +4981,11 @@ void MAI_Counselor(int i) MonsterStruct *Monst; if ((DWORD)i >= MAXMONSTERS) +#ifdef HELLFIRE + return; +#else app_fatal("MAI_Counselor: Invalid monster %d", i); +#endif if (monster[i]._mmode == MM_STAND && monster[i]._msquelch != 0) { Monst = &monster[i]; fx = Monst->_menemyx;