Fix disabling speech in FOA.

svn-id: r28439
This commit is contained in:
Travis Howell 2007-08-04 05:56:38 +00:00
parent fa282c173b
commit feb07bb1d8

View File

@ -838,7 +838,7 @@ void Sound::soundKludge(int *list, int num) {
}
void Sound::talkSound(uint32 a, uint32 b, int mode, int channel) {
if (_vm->_game.version >= 6 && ConfMan.getBool("speech_mute"))
if (_vm->_game.version >= 5 && ConfMan.getBool("speech_mute"))
return;
if (mode == 1) {