aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/simon/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/sound.cpp b/engines/simon/sound.cpp
index c1275b6525..43be448187 100644
--- a/engines/simon/sound.cpp
+++ b/engines/simon/sound.cpp
@@ -662,7 +662,7 @@ void Sound::switchVoiceFile(const GameSpecificSettings *gss, uint disc) {
}
#endif
if (!_hasVoiceFile) {
- sprintf(filename, "%s%d.ogg", gss->speech_filename, disc);
+ sprintf(filename, "%s%d.wav", gss->speech_filename, disc);
file->open(filename);
if (file->isOpen() == false) {
warning("switchVoiceFile: Can't load voice file %s", filename);