aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/scenes/scene24.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gnap/scenes/scene24.cpp')
-rw-r--r--engines/gnap/scenes/scene24.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gnap/scenes/scene24.cpp b/engines/gnap/scenes/scene24.cpp
index ace9043062..dcfeb181ac 100644
--- a/engines/gnap/scenes/scene24.cpp
+++ b/engines/gnap/scenes/scene24.cpp
@@ -58,7 +58,7 @@ void GnapEngine::scene24_updateHotspots() {
void GnapEngine::scene24_run() {
int counter = 0;
- playSound(0x10940, 1);
+ playSound(0x10940, true);
startSoundTimerA(9);
@@ -182,7 +182,7 @@ void GnapEngine::scene24_run() {
scene24_updateAnimations();
if (!isSoundPlaying(0x10940))
- playSound(0x10940, 1);
+ playSound(0x10940, true);
if (!_isLeavingScene) {
updateBeaverIdleSequence();