diff options
| author | Filippos Karapetis | 2010-06-10 11:43:20 +0000 |
|---|---|---|
| committer | Filippos Karapetis | 2010-06-10 11:43:20 +0000 |
| commit | 711f679b7ffa9b51c2d6a07dab0a1dd7799f155d (patch) | |
| tree | 80786b89f7db13d2cd1c385e29671859977de9ee /engines/sci/engine/savegame.cpp | |
| parent | 944b511633e793f149e787b3f9cd1502b14d9993 (diff) | |
| download | scummvm-rg350-711f679b7ffa9b51c2d6a07dab0a1dd7799f155d.tar.gz scummvm-rg350-711f679b7ffa9b51c2d6a07dab0a1dd7799f155d.tar.bz2 scummvm-rg350-711f679b7ffa9b51c2d6a07dab0a1dd7799f155d.zip | |
camelCase changes
svn-id: r49570
Diffstat (limited to 'engines/sci/engine/savegame.cpp')
| -rw-r--r-- | engines/sci/engine/savegame.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/engine/savegame.cpp b/engines/sci/engine/savegame.cpp index 3cd444d4d7..9c2ff76088 100644 --- a/engines/sci/engine/savegame.cpp +++ b/engines/sci/engine/savegame.cpp @@ -872,11 +872,11 @@ void gamestate_restore(EngineState *s, Common::SeekableReadStream *fh) { s->_segMan->reconstructScripts(s); s->_segMan->reconstructClones(); s->initGlobals(); - s->gc_countdown = GC_INTERVAL - 1; + s->gcCountDown = GC_INTERVAL - 1; // Time state: s->lastWaitTime = g_system->getMillis(); - s->game_start_time = g_system->getMillis(); + s->gameStartTime = g_system->getMillis(); #ifdef USE_OLD_MUSIC_FUNCTIONS s->_sound._it = NULL; |
