[Scummvm-cvs-logs] SF.net SVN: scummvm:[52302] scummvm/trunk/engines/mohawk/riven_external.cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Mon Aug 23 19:01:33 CEST 2010


Revision: 52302
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52302&view=rev
Author:   mthreepwood
Date:     2010-08-23 17:01:33 +0000 (Mon, 23 Aug 2010)

Log Message:
-----------
MOHAWK: Fix xgwatch in the DVD version, which uses sounds in a different location

Modified Paths:
--------------
    scummvm/trunk/engines/mohawk/riven_external.cpp

Modified: scummvm/trunk/engines/mohawk/riven_external.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/riven_external.cpp	2010-08-23 16:33:19 UTC (rev 52301)
+++ scummvm/trunk/engines/mohawk/riven_external.cpp	2010-08-23 17:01:33 UTC (rev 52302)
@@ -1461,7 +1461,7 @@
 			if (curSound == 5) // Break out after the last sound is done
 				break;
 
-			_vm->_sound->playSound(getComboDigit(*prisonCombo, curSound) + 13);
+			_vm->_sound->playSound(getComboDigit(*prisonCombo, curSound) + 13, !(_vm->getFeatures() & GF_DVD));
 			curSound++;
 			soundTime = _vm->_system->getMillis();
 		}


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