This commit is contained in:
parent
9ca6441066
commit
f45c5a9ad2
@ -1316,9 +1316,11 @@ void CFmaScene::shutdown()
|
|||||||
}
|
}
|
||||||
|
|
||||||
CSoundMediator::dumpSong();
|
CSoundMediator::dumpSong();
|
||||||
|
CSoundMediator::stopAllSound();
|
||||||
|
|
||||||
CConversation::shutdown();
|
CConversation::shutdown();
|
||||||
CThingManager::shutdown();
|
CThingManager::shutdown();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -414,6 +414,7 @@ void CPauseMenu::think(int _frames)
|
|||||||
case RESPONSE__CONFIRM_QUIT_YES:
|
case RESPONSE__CONFIRM_QUIT_YES:
|
||||||
m_confirmQuitGuiFrame->unselect();
|
m_confirmQuitGuiFrame->unselect();
|
||||||
CGameScene::setReadyToExit();
|
CGameScene::setReadyToExit();
|
||||||
|
CXAStream::Reset();
|
||||||
unselect();
|
unselect();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user