aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sword1/control.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sword1/control.cpp b/sword1/control.cpp
index 13fa5c7243..ef296a9cb3 100644
--- a/sword1/control.cpp
+++ b/sword1/control.cpp
@@ -234,6 +234,7 @@ uint8 Control::runPanel(void) {
_screenBuf = (uint8*)malloc(640 * 480);
memset(_screenBuf, 0, 640 * 480);
_system->copyRectToScreen(_screenBuf, 640, 0, 0, 640, 480);
+ _sound->quitScreen();
uint32 fontId = SR_FONT, redFontId = SR_REDFONT;
if (SwordEngine::_systemVars.language == BS1_CZECH) {