[Scummvm-cvs-logs] SF.net SVN: scummvm:[52866] scummvm/trunk/engines/drascula/animation.cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Thu Sep 23 22:01:09 CEST 2010
Revision: 52866
http://scummvm.svn.sourceforge.net/scummvm/?rev=52866&view=rev
Author: eriktorbjorn
Date: 2010-09-23 20:01:08 +0000 (Thu, 23 Sep 2010)
Log Message:
-----------
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.
Modified Paths:
--------------
scummvm/trunk/engines/drascula/animation.cpp
Modified: scummvm/trunk/engines/drascula/animation.cpp
===================================================================
--- scummvm/trunk/engines/drascula/animation.cpp 2010-09-23 10:39:59 UTC (rev 52865)
+++ scummvm/trunk/engines/drascula/animation.cpp 2010-09-23 20:01:08 UTC (rev 52866)
@@ -761,17 +761,10 @@
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;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list