aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/audio.cpp
diff options
context:
space:
mode:
authorSylvain Dupont2011-02-01 23:26:54 +0000
committerSylvain Dupont2011-02-01 23:26:54 +0000
commit7ad42416499a73198939a92009d791e29bff5ca0 (patch)
tree10703e86c102f3270b1081803e3016e6f4605d0e /engines/toon/audio.cpp
parent22f87250e990da409b049a0f57625692f16a867a (diff)
downloadscummvm-rg350-7ad42416499a73198939a92009d791e29bff5ca0.tar.gz
scummvm-rg350-7ad42416499a73198939a92009d791e29bff5ca0.tar.bz2
scummvm-rg350-7ad42416499a73198939a92009d791e29bff5ca0.zip
TOON: Remove misc/ from paths since it's in global folders
Caps'ed the filenames, even if it should not matter normally svn-id: r55714
Diffstat (limited to 'engines/toon/audio.cpp')
-rw-r--r--engines/toon/audio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/audio.cpp b/engines/toon/audio.cpp
index d0e9b168ae..e5e5b85832 100644
--- a/engines/toon/audio.cpp
+++ b/engines/toon/audio.cpp
@@ -101,7 +101,7 @@ void AudioManager::playMusic(Common::String dir, Common::String music) {
debugC(1, kDebugAudio, "playMusic(%s, %s)", dir.c_str(), music.c_str());
// two musics can be played at same time
- Common::String path = Common::String::format("act%d/%s/%s.mus", _vm->state()->_currentChapter, dir.c_str(), music.c_str());
+ Common::String path = Common::String::format("ACT%d/%s/%s.MUS", _vm->state()->_currentChapter, dir.c_str(), music.c_str());
if (_currentMusicName == music)
return;