From 06e706da12455364449e2431f749a90f849f3aa3 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 9 Aug 2001 21:44:13 +0000 Subject: [PATCH] --- source/backend/gameover.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/backend/gameover.cpp b/source/backend/gameover.cpp index b034e94a5..93a133946 100644 --- a/source/backend/gameover.cpp +++ b/source/backend/gameover.cpp @@ -153,6 +153,8 @@ void CGameOverScene::init() ---------------------------------------------------------------------- */ void CGameOverScene::shutdown() { + CSoundMediator::stopSpeech(); + delete m_anotherGfx; delete m_patrickGfx; CActorPool::Reset(); @@ -272,7 +274,6 @@ void CGameOverScene::thinkContinue(int _frames) if(!m_hasPlayedFirstSpeech) { CSoundMediator::playSpeech(SPEECH_085); -PAUL_DBGMSG("WHERE IS EVERYBODY?"); m_hasPlayedFirstSpeech=true; } @@ -327,7 +328,6 @@ PAUL_DBGMSG("WHERE IS EVERYBODY?"); if(m_state==STATE__SPEECH_BEFORE_EXITING_TO_GAME&&!m_hasPlayedSecondSpeech) { CSoundMediator::playSpeech(SPEECH_086); -PAUL_DBGMSG("LETS TRY AGAIN!"); m_hasPlayedSecondSpeech=true; }