diff options
author | Travis Howell | 2002-11-10 05:25:33 +0000 |
---|---|---|
committer | Travis Howell | 2002-11-10 05:25:33 +0000 |
commit | 84614734677c5ec2313b62d2fc718938c7548fd7 (patch) | |
tree | 9455a6c6ea9006a68362b38e8cd79577b2d4a7e9 | |
parent | 21b18178e75512001a4c8a5354455d82696bfba2 (diff) | |
download | scummvm-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.cpp | 2 |
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 } |