aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/hopkins/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/sound.cpp b/engines/hopkins/sound.cpp
index 9cbfa39f71..13979c5cd8 100644
--- a/engines/hopkins/sound.cpp
+++ b/engines/hopkins/sound.cpp
@@ -293,7 +293,7 @@ void SoundManager::LOAD_MUSIC(const Common::String &file) {
s[2] = '\0';
mwavIndex = atol(&s[0]);
- Common::String filename = Common::String::format("%s_%s.WAV", file.c_str(), &s[0]);
+ filename = Common::String::format("%s_%s.WAV", file.c_str(), &s[0]);
LOAD_MSAMPLE(mwavIndex, filename);
assert(destIndex < MUSIC_WAVE_COUNT);