aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2010-06-10 11:43:20 +0000
committerFilippos Karapetis2010-06-10 11:43:20 +0000
commit711f679b7ffa9b51c2d6a07dab0a1dd7799f155d (patch)
tree80786b89f7db13d2cd1c385e29671859977de9ee /engines/sci/sci.cpp
parent944b511633e793f149e787b3f9cd1502b14d9993 (diff)
downloadscummvm-rg350-711f679b7ffa9b51c2d6a07dab0a1dd7799f155d.tar.gz
scummvm-rg350-711f679b7ffa9b51c2d6a07dab0a1dd7799f155d.tar.bz2
scummvm-rg350-711f679b7ffa9b51c2d6a07dab0a1dd7799f155d.zip
camelCase changes
svn-id: r49570
Diffstat (limited to 'engines/sci/sci.cpp')
-rw-r--r--engines/sci/sci.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp
index 2b3194830d..9e928b82d9 100644
--- a/engines/sci/sci.cpp
+++ b/engines/sci/sci.cpp
@@ -286,7 +286,7 @@ bool SciEngine::initGame() {
DataStack *stack = _gamestate->_segMan->allocateStack(VM_STACK_SIZE, NULL);
_gamestate->_msgState = new MessageState(_gamestate->_segMan);
- _gamestate->gc_countdown = GC_INTERVAL - 1;
+ _gamestate->gcCountDown = GC_INTERVAL - 1;
// Script 0 should always be at segment 1
if (script0Segment != 1) {
@@ -325,7 +325,7 @@ bool SciEngine::initGame() {
_vocabulary->parser_base = make_reg(_gamestate->_segMan->getSysStringsSegment(), SYS_STRING_PARSER_BASE);
}
- _gamestate->game_start_time = _gamestate->lastWaitTime = g_system->getMillis();
+ _gamestate->gameStartTime = _gamestate->lastWaitTime = g_system->getMillis();
srand(g_system->getMillis()); // Initialize random number generator