From 0f2fae14cc238494fa4371428a1368eed547828c Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Sat, 6 Apr 2013 19:06:20 +0200 Subject: SCI: Revert "Add a hack to fix bug #3596335" This reverts commit f019d5a4881c8ee42fa36ef0613d9e82b3b36297. --- engines/sci/sound/soundcmd.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'engines/sci/sound/soundcmd.cpp') diff --git a/engines/sci/sound/soundcmd.cpp b/engines/sci/sound/soundcmd.cpp index 402991094b..0312c02f16 100644 --- a/engines/sci/sound/soundcmd.cpp +++ b/engines/sci/sound/soundcmd.cpp @@ -423,11 +423,6 @@ reg_t SoundCommandParser::kDoSoundFade(int argc, reg_t *argv, reg_t acc) { musicSlot->signal = 0; } - // HACK to fix scripts waiting indefinitely after getting the "love" - // page from the spider (bug #3596335). - if (g_sci->getGameId() == GID_KQ6 && musicSlot->resourceId == 465 && musicSlot->fadeTo == 0) - musicSlot->dataInc = 1; - musicSlot->fadeTicker = 0; break; -- cgit v1.2.3