From dd215f3e9fa3fecc32d84fe499123745734de00b Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sun, 19 Aug 2007 19:05:41 +0000 Subject: Fixed bug #1777058. svn-id: r28666 --- engines/parallaction/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/parallaction') diff --git a/engines/parallaction/sound.cpp b/engines/parallaction/sound.cpp index 1026aa5f6a..ecfde1d741 100644 --- a/engines/parallaction/sound.cpp +++ b/engines/parallaction/sound.cpp @@ -265,7 +265,7 @@ void DosSoundMan::playCharacterMusic(const char *character) { setMusicFile("dino"); } else if (!scumm_stricmp(name, _donnaName)) { - setMusicFile("dough"); + setMusicFile("donna"); } else if (!scumm_stricmp(name, _doughName)) { setMusicFile("nuts"); -- cgit v1.2.3