From b7911ef0f4342f0d69f9aaf3c9e59f9f7b4ced7b Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Thu, 23 Sep 2010 20:01:08 +0000 Subject: DRASCULA: Play the English "von Braun" track The workaround is no longer needed since we provide the previously missing track. It shouldn't break the game if you play from the CD either, as the timing appears to be hardwired rather than keyed to the music. svn-id: r52866 --- engines/drascula/animation.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'engines') diff --git a/engines/drascula/animation.cpp b/engines/drascula/animation.cpp index d6a3bafd9f..10f1bf4651 100644 --- a/engines/drascula/animation.cpp +++ b/engines/drascula/animation.cpp @@ -761,17 +761,10 @@ void DrasculaEngine::animation_16_2() { clearRoom(); - // FIXME: Track 31 is missing from the soundtrack available - // from ScummVM's downloads page, so for now we're using the - // Spanish track 29 -#if 1 - playMusic(30); -#else if (_lang == kSpanish) playMusic(30); else playMusic(32); -#endif if (getScan() != 0) goto asco; -- cgit v1.2.3