aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/state.h
diff options
context:
space:
mode:
authorMax Horn2010-02-23 22:44:46 +0000
committerMax Horn2010-02-23 22:44:46 +0000
commit02201e937ab7a5d408b4804225affb7ce0251cce (patch)
tree44c83f861944c4137c44e33c7c4f066f51843bc7 /engines/sci/engine/state.h
parentda95a9820362f50477b35f9f95fd299eacfd04b2 (diff)
downloadscummvm-rg350-02201e937ab7a5d408b4804225affb7ce0251cce.tar.gz
scummvm-rg350-02201e937ab7a5d408b4804225affb7ce0251cce.tar.bz2
scummvm-rg350-02201e937ab7a5d408b4804225affb7ce0251cce.zip
SCI: Move SciGui::wait to EngineState::wait
svn-id: r48118
Diffstat (limited to 'engines/sci/engine/state.h')
-rw-r--r--engines/sci/engine/state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/engine/state.h b/engines/sci/engine/state.h
index 7284f83319..f638f78d03 100644
--- a/engines/sci/engine/state.h
+++ b/engines/sci/engine/state.h
@@ -121,6 +121,8 @@ public:
uint32 game_start_time; /**< The time at which the interpreter was started */
uint32 last_wait_time; /**< The last time the game invoked Wait() */
+ void wait(int16 ticks);
+
uint32 _throttleCounter; /**< total times kAnimate was invoked */
uint32 _throttleLastTime; /**< last time kAnimate was invoked */
bool _throttleTrigger;