From b89391ca3ba4d4ebef90bcd207a2e4981ce815db Mon Sep 17 00:00:00 2001 From: qndel Date: Mon, 30 Sep 2019 04:13:20 +0200 Subject: [PATCH] [hellfire] MAI_Lachdanan bin exact --- Source/monster.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/monster.cpp b/Source/monster.cpp index 3f61ebfab..bdfb1b180 100644 --- a/Source/monster.cpp +++ b/Source/monster.cpp @@ -4654,7 +4654,11 @@ void MAI_Lachdanan(int i) MonsterStruct *Monst; if ((DWORD)i >= MAXMONSTERS) +#ifdef HELLFIRE + return; +#else app_fatal("MAI_Lachdanan: Invalid monster %d", i); +#endif Monst = &monster[i]; if (monster[i]._mmode != MM_STAND) {