This commit is contained in:
Daveo 2001-08-14 14:43:45 +00:00
parent 9ca6441066
commit f45c5a9ad2
2 changed files with 3 additions and 0 deletions

View File

@ -1316,9 +1316,11 @@ void CFmaScene::shutdown()
} }
CSoundMediator::dumpSong(); CSoundMediator::dumpSong();
CSoundMediator::stopAllSound();
CConversation::shutdown(); CConversation::shutdown();
CThingManager::shutdown(); CThingManager::shutdown();
} }

View File

@ -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;