[Scummvm-cvs-logs] SF.net SVN: scummvm: [28667] scummvm/branches/branch-0-10-0/engines/ parallaction/sound.cpp
peres001 at users.sourceforge.net
peres001 at users.sourceforge.net
Sun Aug 19 21:06:42 CEST 2007
Revision: 28667
http://scummvm.svn.sourceforge.net/scummvm/?rev=28667&view=rev
Author: peres001
Date: 2007-08-19 12:06:41 -0700 (Sun, 19 Aug 2007)
Log Message:
-----------
Backporting fix for bug #1777058.
Modified Paths:
--------------
scummvm/branches/branch-0-10-0/engines/parallaction/sound.cpp
Modified: scummvm/branches/branch-0-10-0/engines/parallaction/sound.cpp
===================================================================
--- scummvm/branches/branch-0-10-0/engines/parallaction/sound.cpp 2007-08-19 19:05:41 UTC (rev 28666)
+++ scummvm/branches/branch-0-10-0/engines/parallaction/sound.cpp 2007-08-19 19:06:41 UTC (rev 28667)
@@ -265,7 +265,7 @@
setMusicFile("dino");
} else
if (!scumm_stricmp(name, _donnaName)) {
- setMusicFile("dough");
+ setMusicFile("donna");
} else
if (!scumm_stricmp(name, _doughName)) {
setMusicFile("nuts");
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