diff --git a/Source/monster.cpp b/Source/monster.cpp index b33606e9a..37e3b7f31 100644 --- a/Source/monster.cpp +++ b/Source/monster.cpp @@ -5098,7 +5098,11 @@ void MAI_Zhar(int i) MonsterStruct *Monst; if ((DWORD)i >= MAXMONSTERS) +#ifdef HELLFIRE + return; +#else app_fatal("MAI_Zhar: Invalid monster %d", i); +#endif Monst = &monster[i]; if (monster[i]._mmode != MM_STAND) {