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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Mon Jan 24 06:50:49 CET 2011


Revision: 55494
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55494&view=rev
Author:   mthreepwood
Date:     2011-01-24 05:50:49 +0000 (Mon, 24 Jan 2011)

Log Message:
-----------
MOHAWK: Properly initialize the bspit-gspit magcar variables (thanks, digitall)

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

Modified: scummvm/trunk/engines/mohawk/riven_vars.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/riven_vars.cpp	2011-01-24 02:43:07 UTC (rev 55493)
+++ scummvm/trunk/engines/mohawk/riven_vars.cpp	2011-01-24 05:50:49 UTC (rev 55494)
@@ -320,6 +320,8 @@
 	*getVar("ocage") = 1;
 	*getVar("jbeetle") = 1;
 	*getVar("tdl") = 1;
+	*getVar("bmagcar") = 1;
+	*getVar("gnmagcar") = 1;
 
 	// Randomize the telescope combination
 	uint32 *teleCombo = getVar("tcorrectorder");


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