From d961599456de4e4a31c0ed3554f05fca4f27acb1 Mon Sep 17 00:00:00 2001 From: qndel Date: Wed, 1 Jan 2020 16:03:47 +0100 Subject: [PATCH] [hellfire] TalktoMonster bin exact --- Source/monster.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/monster.cpp b/Source/monster.cpp index cc6606739..b31df5d6a 100644 --- a/Source/monster.cpp +++ b/Source/monster.cpp @@ -5859,7 +5859,11 @@ void TalktoMonster(int i) int pnum, itm; if ((DWORD)i >= MAXMONSTERS) +#ifdef HELLFIRE + return; +#else app_fatal("TalktoMonster: Invalid monster %d", i); +#endif Monst = &monster[i]; pnum = Monst->_menemy;