aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/scumm/sound.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/scumm/sound.cpp b/engines/scumm/sound.cpp
index 9bf8fefcd8..823156c32a 100644
--- a/engines/scumm/sound.cpp
+++ b/engines/scumm/sound.cpp
@@ -1009,10 +1009,7 @@ ScummFile *Sound::openSfxFile() {
basename[1] = "monster";
if (_vm->_substResFileName.almostGameID != 0) {
-
- strcpy(buf, basename[0]);
- _vm->generateSubstResFileName(buf, buf1, sizeof(buf1));
- strcpy(buf, buf1);
+ _vm->generateSubstResFileName(basename[0], buf1, sizeof(buf1));
basename[2] = buf1;
}