Browse Source

[hellfire] TalktoMonster bin exact

pull/876/head
qndel 6 years ago committed by Anders Jenbo
parent
commit
d961599456
  1. 4
      Source/monster.cpp

4
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;

Loading…
Cancel
Save