This commit is contained in:
Paul 2001-07-10 14:43:20 +00:00
parent 95b3458811
commit 7de947bfc2
6 changed files with 46 additions and 22 deletions

View file

@ -469,6 +469,7 @@ void CMapScene::think(int _frames)
CSoundMediator::playSfx(CSoundMediator::SFX_FRONT_END__OK);
m_readyToExit=true;
CFader::setFadingOut();
CSaveScene::setNextScene(CSaveScene::NEXTSCENE_MAP);
GameState::setNextScene(&SaveScene);
}
}