[Scummvm-cvs-logs] SF.net SVN: scummvm:[52867] scummvm/branches/branch-1-2-0/engines/drascula/ animation.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu Sep 23 22:03:29 CEST 2010


Revision: 52867
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52867&view=rev
Author:   eriktorbjorn
Date:     2010-09-23 20:03:29 +0000 (Thu, 23 Sep 2010)

Log Message:
-----------
DRASCULA: Play the English "von Braun" track

Backported from the trunk. We have the missing track now, so the
workaround is no longer needed.

Modified Paths:
--------------
    scummvm/branches/branch-1-2-0/engines/drascula/animation.cpp

Modified: scummvm/branches/branch-1-2-0/engines/drascula/animation.cpp
===================================================================
--- scummvm/branches/branch-1-2-0/engines/drascula/animation.cpp	2010-09-23 20:01:08 UTC (rev 52866)
+++ scummvm/branches/branch-1-2-0/engines/drascula/animation.cpp	2010-09-23 20:03:29 UTC (rev 52867)
@@ -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