diff options
-rw-r--r-- | simon/simon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index a7ea094e46..b55f8788ab 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -68,7 +68,7 @@ static const GameSpecificSettings simon2win_settings = { 1660 / 4, /* SOUND_INDEX_BASE */ "SIMON2.GME", /* gme_filename */ "SIMON2.WAV", /* wav_filename */ - NULL, + "SIMON2.VOC", /* wav_filename2 */ "", "GSPTR30", /* gamepc_filename */ }; |