From 6b2097b60260aa352a694075ccfd32cf6a5f42ac Mon Sep 17 00:00:00 2001 From: qndel Date: Thu, 5 Sep 2019 04:42:28 +0200 Subject: [PATCH] [hellfire] PlaceThemeMonsts bin exact --- Source/themes.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/themes.cpp b/Source/themes.cpp index 04e5b4aaf..61239deb0 100644 --- a/Source/themes.cpp +++ b/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;