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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Tue Nov 23 19:29:46 CET 2010


Revision: 54431
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54431&view=rev
Author:   mthreepwood
Date:     2010-11-23 18:29:45 +0000 (Tue, 23 Nov 2010)

Log Message:
-----------
MOHAWK: Find the small marble images by string; should fix German version

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-11-23 18:15:45 UTC (rev 54430)
+++ scummvm/trunk/engines/mohawk/riven_external.cpp	2010-11-23 18:29:45 UTC (rev 54431)
@@ -2013,7 +2013,7 @@
 
 void RivenExternal::xt7600_setupmarbles(uint16 argc, uint16 *argv) {
 	// Draw the small marbles when we're a step away from the waffle
-	uint16 baseBitmapId = (_vm->getFeatures() & GF_DVD) ? 539 : 526;
+	uint16 baseBitmapId = _vm->findResourceID(ID_TBMP, "*tsmallred");
 	bool waffleDown = *_vm->getVar("twaffle") != 0;
 
 	// Note that each of the small marble images is exactly 4x2


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