diff options
Diffstat (limited to 'engines/dm/dungeonman.cpp')
-rw-r--r-- | engines/dm/dungeonman.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dm/dungeonman.cpp b/engines/dm/dungeonman.cpp index ab35477183..7d7b80685e 100644 --- a/engines/dm/dungeonman.cpp +++ b/engines/dm/dungeonman.cpp @@ -1465,6 +1465,7 @@ Thing DungeonMan::getDiscardThing(uint16 thingType) { case kDMThingTypeGroup: if (((Group *)squareThingData)->getDoNotDiscard()) continue; + // fall through case kDMThingTypeProjectile: setCurrentMap(mapIndex); if (thingType == kDMThingTypeGroup) { |