aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche')
-rw-r--r--engines/avalanche/timeout2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/avalanche/timeout2.cpp b/engines/avalanche/timeout2.cpp
index 5a73db20ca..fe1bba53f8 100644
--- a/engines/avalanche/timeout2.cpp
+++ b/engines/avalanche/timeout2.cpp
@@ -51,6 +51,7 @@ Timeout::Timeout(AvalancheEngine *vm) {
_times[i]._thenWhere = 0;
_times[i]._whatFor = 0;
}
+ _timerLost = false;
}
void Timeout::addTimer(int32 howlong, byte whither, byte why) {