aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/input.cpp')
-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 c07cae713a..d00bbe10b3 100644
--- a/engines/agos/input.cpp
+++ b/engines/agos/input.cpp
@@ -183,7 +183,8 @@ startOver:
if (getGameType() != GType_FF && getGameType() != GType_PP && _keyPressed == 35)
displayBoxStars();
if (processSpecialKeys() != 0) {
- goto out_of_here;
+ if (getGameType() == GType_WW || getGameType() == GType_PP)
+ goto out_of_here;
}
if (_lastHitArea3 == (HitArea *) -1)
goto startOver;