aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/timer.h
diff options
context:
space:
mode:
authorurukgit2013-11-18 15:50:33 +0100
committerurukgit2013-11-18 15:50:42 +0100
commit6244b6afe2e4634946ede4f971f664e7213014ed (patch)
tree129d8625d094e1eef0fefb8b04320546971f460b /engines/avalanche/timer.h
parentb1bcf1279130640f0058c6d6d85abee7eee54973 (diff)
downloadscummvm-rg350-6244b6afe2e4634946ede4f971f664e7213014ed.tar.gz
scummvm-rg350-6244b6afe2e4634946ede4f971f664e7213014ed.tar.bz2
scummvm-rg350-6244b6afe2e4634946ede4f971f664e7213014ed.zip
AVALANCHE: Repair the timer.
Diffstat (limited to 'engines/avalanche/timer.h')
-rw-r--r--engines/avalanche/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/timer.h b/engines/avalanche/timer.h
index 6cd894b0a5..9a91c4d24b 100644
--- a/engines/avalanche/timer.h
+++ b/engines/avalanche/timer.h
@@ -119,10 +119,10 @@ public:
};
TimerType _times[7];
- bool _timerLost; // Is the timer "lost"? (Because of using loseTimer())
Timer(AvalancheEngine *vm);
+ void resetVariables();
void addTimer(int32 duration, byte action, byte reason);
void updateTimer();
void loseTimer(byte which);