Browse Source

[hellfire] PlaceThemeMonsts bin exact

pull/876/head
qndel 7 years ago committed by Anders Jenbo
parent
commit
6b2097b602
  1. 4
      Source/themes.cpp

4
Source/themes.cpp

@ -483,7 +483,11 @@ void HoldThemeRooms()
void PlaceThemeMonsts(int t, int f)
{
int xp, yp;
#ifdef HELLFIRE
int scattertypes[138];
#else
int scattertypes[111];
#endif
int numscattypes, mtype, i;
numscattypes = 0;

Loading…
Cancel
Save