diff --git a/Source/monster.cpp b/Source/monster.cpp index ca1453b44..5c9bf9275 100644 --- a/Source/monster.cpp +++ b/Source/monster.cpp @@ -4,6 +4,7 @@ // Tracks which missile files are already loaded int MissileFileFlag; +// BUGFIX: replace monstkills[MAXMONSTERS] with monstkills[NUM_MTYPES]. int monstkills[MAXMONSTERS]; int monstactive[MAXMONSTERS]; int nummonsters;