diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/include/engine.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 */ |