aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos')
-rw-r--r--engines/agos/script.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/agos/script.cpp b/engines/agos/script.cpp
index b17a45b599..64dc551848 100644
--- a/engines/agos/script.cpp
+++ b/engines/agos/script.cpp
@@ -925,7 +925,9 @@ void AGOSEngine::o_placeNoIcons() {
void AGOSEngine::o_clearTimers() {
// 140: clear timers
killAllTimers();
- addTimeEvent(3, 0xA0);
+
+ if (getGameType() == GType_SIMON1 || getGameType() == GType_SIMON2)
+ addTimeEvent(3, 160);
}
void AGOSEngine::o_setDollar() {