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 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 } |