[Scummvm-cvs-logs] SF.net SVN: scummvm:[45144] scummvm/branches/branch-1-0-0/engines/scumm/ sound.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Fri Oct 16 04:02:55 CEST 2009


Revision: 45144
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45144&view=rev
Author:   Kirben
Date:     2009-10-16 02:02:55 +0000 (Fri, 16 Oct 2009)

Log Message:
-----------
Backport fix for bug #2879796 - Reversed Ventriloquists.

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/engines/scumm/sound.cpp

Modified: scummvm/branches/branch-1-0-0/engines/scumm/sound.cpp
===================================================================
--- scummvm/branches/branch-1-0-0/engines/scumm/sound.cpp	2009-10-16 02:02:09 UTC (rev 45143)
+++ scummvm/branches/branch-1-0-0/engines/scumm/sound.cpp	2009-10-16 02:02:55 UTC (rev 45144)
@@ -113,7 +113,7 @@
 void Sound::processSound() {
 	if (_vm->_game.version >= 7) {
 		processSfxQueues();
-	} else if (_vm->_game.heversion >= 60) {
+	} else if (_vm->_game.heversion >= 80) {
 		processSoundQueues();
 	} else {
 		processSfxQueues();


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list