Browse Source

[hellfire] MAI_RR2

pull/977/head
Anders Jenbo 5 years ago
parent
commit
6862028680
  1. 4
      Source/monster.cpp

4
Source/monster.cpp

@ -4600,7 +4600,11 @@ void MAI_RR2(int i, int mistype, int dam)
int dist, v, md;
if ((DWORD)i >= MAXMONSTERS)
#ifdef HELLFIRE
return;
#else
app_fatal("MAI_RR2: Invalid monster %d", i);
#endif
Monst = &monster[i];
mx = Monst->_mx - Monst->_menemyx;

Loading…
Cancel
Save