aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/agos/input.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/agos/input.cpp b/engines/agos/input.cpp
index d08064e14b..2856cf3f1b 100644
--- a/engines/agos/input.cpp
+++ b/engines/agos/input.cpp
@@ -194,7 +194,8 @@ startOver:
if (getGameType() != GType_FF && getGameType() != GType_PP && _keyPressed == 35)
displayBoxStars();
if (processSpecialKeys() != 0) {
- if (getGameType() == GType_WW || getGameType() == GType_PP)
+ if ((getGameType() == GType_PP && getGameId() != GID_DIMP) ||
+ getGameType() == GType_WW)
goto out_of_here;
}
if (_lastHitArea3 == (HitArea *) -1)