aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/script_v6.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index 80b8daba30..db84cbd0b4 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -973,6 +973,8 @@ void Scumm_v6::o6_getOwner()
void Scumm_v6::o6_startSound()
{
+ if ((_features & GF_HUMONGOUS) && (_gameId != GID_PUTTDEMO))
+ pop();
_sound->addSoundToQueue(pop());
}