This commit is contained in:
parent
9ca6441066
commit
f45c5a9ad2
2 changed files with 3 additions and 0 deletions
|
@ -1316,9 +1316,11 @@ void CFmaScene::shutdown()
|
|||
}
|
||||
|
||||
CSoundMediator::dumpSong();
|
||||
CSoundMediator::stopAllSound();
|
||||
|
||||
CConversation::shutdown();
|
||||
CThingManager::shutdown();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -414,6 +414,7 @@ void CPauseMenu::think(int _frames)
|
|||
case RESPONSE__CONFIRM_QUIT_YES:
|
||||
m_confirmQuitGuiFrame->unselect();
|
||||
CGameScene::setReadyToExit();
|
||||
CXAStream::Reset();
|
||||
unselect();
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue