[Scummvm-cvs-logs] SF.net SVN: scummvm:[45149] scummvm/branches/branch-1-0-0/engines/ parallaction/sound_ns.cpp
peres001 at users.sourceforge.net
peres001 at users.sourceforge.net
Fri Oct 16 06:26:50 CEST 2009
Revision: 45149
http://scummvm.svn.sourceforge.net/scummvm/?rev=45149&view=rev
Author: peres001
Date: 2009-10-16 04:26:50 +0000 (Fri, 16 Oct 2009)
Log Message:
-----------
Backport of r45147 (the good part). Start the correct music inside the Hot Sushi. This fixes the part of ticket 2879793 that is actually a bug.
Modified Paths:
--------------
scummvm/branches/branch-1-0-0/engines/parallaction/sound_ns.cpp
Modified: scummvm/branches/branch-1-0-0/engines/parallaction/sound_ns.cpp
===================================================================
--- scummvm/branches/branch-1-0-0/engines/parallaction/sound_ns.cpp 2009-10-16 04:25:28 UTC (rev 45148)
+++ scummvm/branches/branch-1-0-0/engines/parallaction/sound_ns.cpp 2009-10-16 04:26:50 UTC (rev 45149)
@@ -319,7 +319,7 @@
}
if (!scumm_stricmp(location, "night") || !scumm_stricmp(location, "intsushi")) {
- setMusicFile("nuts");
+ setMusicFile("soft");
playMusic();
debugC(2, kDebugExec, "changeLocation: started music 'soft'");
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