From dca3c8d8bfc6c4db38cf8e8291818dd472041d4e Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 31 Oct 2010 01:45:24 +0000 Subject: 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 --- engines/sci/engine/state.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/sci/engine/state.h') 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 */ -- cgit v1.2.3