aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/engine/state.cpp')
-rw-r--r--engines/sci/engine/state.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/sci/engine/state.cpp b/engines/sci/engine/state.cpp
index f9330e424e..e61f61f9bf 100644
--- a/engines/sci/engine/state.cpp
+++ b/engines/sci/engine/state.cpp
@@ -71,8 +71,9 @@ EngineState::EngineState(ResourceManager *res, Kernel *kernel, Vocabulary *voc,
successor = 0;
- _lastAnimateCounter = 0;
- _lastAnimateTime = 0;
+ _throttleCounter = 0;
+ _throttleLastTime = 0;
+ _throttleTrigger = false;
_setCursorType = SCI_VERSION_NONE;
_doSoundType = SCI_VERSION_NONE;