This commit is contained in:
Paul 2000-10-26 14:57:09 +00:00
parent fe2d8549f0
commit cf5d20c297
2 changed files with 8 additions and 0 deletions

View file

@ -87,12 +87,19 @@ void GameState::setNextScene( CScene *_nextScene )
}
/*****************************************************************************/
CScene * GameState::getCurrentScene()
{
return s_currentScene;
}
/*****************************************************************************/
CScene * GameState::getPendingScene()
{
return s_pendingScene;
}
/*****************************************************************************/
static int s_timeSpeed = ONE;
void GameState::updateTimer()