This commit is contained in:
Paul 2001-07-29 18:39:42 +00:00
parent b6b1d14c3c
commit 27564c8431
3 changed files with 11 additions and 10 deletions

View file

@ -739,6 +739,7 @@ void CGameScene::setReadyToExit()
{
s_readyToExit=true;
GameState::setNextScene(&FrontEndScene);
CFrontEndScene::setStartMode(CFrontEndScene::MODE__CHOOSE_SLOT);
CFader::setFadingOut();
}