From 7c26fb94d9466105af29fa36c70f36382908605f Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Sat, 21 Feb 2009 16:04:16 +0000 Subject: missed a file in r38701 svn-id: r38703 --- engines/sci/include/engine.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/sci/include') diff --git a/engines/sci/include/engine.h b/engines/sci/include/engine.h index 7cfc423e85..44204e7c90 100644 --- a/engines/sci/include/engine.h +++ b/engines/sci/include/engine.h @@ -180,8 +180,7 @@ struct EngineState { int pics_nr; drawn_pic_t *pics; - GTimeVal game_start_time; /* The time at which the interpreter was started */ - GTimeVal last_wait_time; /* The last time the game invoked Wait() */ + uint32 last_wait_time; /* The last time the game invoked Wait() */ byte version_lock_flag; /* Set to 1 to disable any autodetection mechanisms */ sci_version_t version; /* The approximated patchlevel of the version to emulate */ -- cgit v1.2.3