camelCase changes

svn-id: r49570
This commit is contained in:
Filippos Karapetis 2010-06-10 11:43:20 +00:00
parent 944b511633
commit 711f679b7f
7 changed files with 39 additions and 39 deletions

View file

@ -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;