aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2002-10-23 08:40:37 +0000
committerTravis Howell2002-10-23 08:40:37 +0000
commitc77009e15148835d879ae41621c5d6b30554c127 (patch)
tree2654d78c2f2659d2e6bec512599e55c015aad259
parente8eda2df38022a19f3d68e9717c7fc52e510e290 (diff)
downloadscummvm-rg350-c77009e15148835d879ae41621c5d6b30554c127.tar.gz
scummvm-rg350-c77009e15148835d879ae41621c5d6b30554c127.tar.bz2
scummvm-rg350-c77009e15148835d879ae41621c5d6b30554c127.zip
simon 1 dos talkie uses simon2.voc file
svn-id: r5277
-rw-r--r--simon/simon.cpp2
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 */
};