aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2002-11-10 05:25:33 +0000
committerTravis Howell2002-11-10 05:25:33 +0000
commit84614734677c5ec2313b62d2fc718938c7548fd7 (patch)
tree9455a6c6ea9006a68362b38e8cd79577b2d4a7e9
parent21b18178e75512001a4c8a5354455d82696bfba2 (diff)
downloadscummvm-rg350-84614734677c5ec2313b62d2fc718938c7548fd7.tar.gz
scummvm-rg350-84614734677c5ec2313b62d2fc718938c7548fd7.tar.bz2
scummvm-rg350-84614734677c5ec2313b62d2fc718938c7548fd7.zip
simon2dos works, thanks again to ludde
svn-id: r5479
-rw-r--r--simon/simon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 21d9983c31..67f2073f51 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -3230,7 +3230,7 @@ bool SimonState::vc_59_helper()
return true;
#else
if (_voice_file == NULL)
- return false;
+ return true;
return _voice_sound == 0;
#endif
}