This commit is contained in:
Paul 2000-10-19 15:40:24 +00:00
parent fd06495937
commit 5803cd54f1
7 changed files with 14 additions and 11 deletions

View file

@ -62,7 +62,7 @@ void GameState::think()
}
}
ASSERT(s_currentScene);
s_currentScene->think();
s_currentScene->think(getFramesSinceLast());
}