aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/state.h
diff options
context:
space:
mode:
authorFilippos Karapetis2010-10-31 01:45:24 +0000
committerFilippos Karapetis2010-10-31 01:45:24 +0000
commitdca3c8d8bfc6c4db38cf8e8291818dd472041d4e (patch)
treecdf126108f9fb444f94dfc10f5b0b816b2335669 /engines/sci/engine/state.h
parentec680ef8aad8e82a14eb5a2af59fb72284919722 (diff)
downloadscummvm-rg350-dca3c8d8bfc6c4db38cf8e8291818dd472041d4e.tar.gz
scummvm-rg350-dca3c8d8bfc6c4db38cf8e8291818dd472041d4e.tar.bz2
scummvm-rg350-dca3c8d8bfc6c4db38cf8e8291818dd472041d4e.zip
SCI: Play time related changes
- Added support for savegame play time - Removed obsolete variables for calculating the play time (EngineState::gameStartTime and Console::_enterTime) - Renamed some variables to camelCase svn-id: r53974
Diffstat (limited to 'engines/sci/engine/state.h')
-rw-r--r--engines/sci/engine/state.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/engine/state.h b/engines/sci/engine/state.h
index d0ddd5ca06..e5c9334315 100644
--- a/engines/sci/engine/state.h
+++ b/engines/sci/engine/state.h
@@ -125,7 +125,6 @@ public:
/* Non-VM information */
- uint32 gameStartTime; /**< The time at which the interpreter was started */
uint32 lastWaitTime; /**< The last time the game invoked Wait() */
uint32 _screenUpdateTime; /**< The last time the game updated the screen */