aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/engine.h
diff options
context:
space:
mode:
authorAndre Heider2009-02-21 16:04:16 +0000
committerAndre Heider2009-02-21 16:04:16 +0000
commit7c26fb94d9466105af29fa36c70f36382908605f (patch)
treed9777355a30c9dd9847fe362aee5a75e3b6f1f5d /engines/sci/include/engine.h
parente643565c2c6a6b9cae13bd338261706ffb597a0e (diff)
downloadscummvm-rg350-7c26fb94d9466105af29fa36c70f36382908605f.tar.gz
scummvm-rg350-7c26fb94d9466105af29fa36c70f36382908605f.tar.bz2
scummvm-rg350-7c26fb94d9466105af29fa36c70f36382908605f.zip
missed a file in r38701
svn-id: r38703
Diffstat (limited to 'engines/sci/include/engine.h')
-rw-r--r--engines/sci/include/engine.h3
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 */