[Scummvm-cvs-logs] SF.net SVN: scummvm:[50337] scummvm/trunk/engines/mohawk/riven_vars.cpp
mthreepwood at users.sourceforge.net
mthreepwood at users.sourceforge.net
Sat Jun 26 20:44:32 CEST 2010
Revision: 50337
http://scummvm.svn.sourceforge.net/scummvm/?rev=50337&view=rev
Author: mthreepwood
Date: 2010-06-26 18:44:32 +0000 (Sat, 26 Jun 2010)
Log Message:
-----------
Gehn's cage should be closed initially, so initialize ocage to 1.
Modified Paths:
--------------
scummvm/trunk/engines/mohawk/riven_vars.cpp
Modified: scummvm/trunk/engines/mohawk/riven_vars.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/riven_vars.cpp 2010-06-26 18:27:18 UTC (rev 50336)
+++ scummvm/trunk/engines/mohawk/riven_vars.cpp 2010-06-26 18:44:32 UTC (rev 50337)
@@ -320,6 +320,7 @@
*matchVarToString("waterenabled") = 1;
*matchVarToString("ogehnpage") = 1;
*matchVarToString("bblrsw") = 1;
+ *matchVarToString("ocage") = 1;
// Randomize the telescope combination
uint32 *teleCombo = matchVarToString("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