From 02201e937ab7a5d408b4804225affb7ce0251cce Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 23 Feb 2010 22:44:46 +0000 Subject: SCI: Move SciGui::wait to EngineState::wait svn-id: r48118 --- engines/sci/engine/state.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sci/engine/state.h') 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; -- cgit v1.2.3