simon2dos works, thanks again to ludde

svn-id: r5479
This commit is contained in:
Travis Howell 2002-11-10 05:25:33 +00:00
parent 21b18178e7
commit 8461473467

View File

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