diff options
author | Nicola Mettifogo | 2007-08-19 19:05:41 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2007-08-19 19:05:41 +0000 |
commit | dd215f3e9fa3fecc32d84fe499123745734de00b (patch) | |
tree | b717c5a43530ae380451b5ad6f88dfd81ed22ddf /engines/parallaction | |
parent | 2e70246e3c5b9be922217f2608584c06d28ccb62 (diff) | |
download | scummvm-rg350-dd215f3e9fa3fecc32d84fe499123745734de00b.tar.gz scummvm-rg350-dd215f3e9fa3fecc32d84fe499123745734de00b.tar.bz2 scummvm-rg350-dd215f3e9fa3fecc32d84fe499123745734de00b.zip |
Fixed bug #1777058.
svn-id: r28666
Diffstat (limited to 'engines/parallaction')
-rw-r--r-- | engines/parallaction/sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |