aboutsummaryrefslogtreecommitdiff
path: root/simon/items.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/items.cpp')
-rw-r--r--simon/items.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/simon/items.cpp b/simon/items.cpp
index d945f6ba76..5e67881576 100644
--- a/simon/items.cpp
+++ b/simon/items.cpp
@@ -1025,9 +1025,9 @@ int SimonEngine::runScript() {
if (_game == GAME_SIMON1CD32) {
char buf[10];
sprintf(buf, "%d%s", _sound_file_id, "Effects");
- _sound->readSfxFile(buf, _gameDataPath);
+ _sound->readSfxFile(buf);
sprintf(buf, "%d%s", _sound_file_id, "simon");
- _sound->readVoiceFile(buf, _gameDataPath);
+ _sound->readVoiceFile(buf);
}
}