Gehn's cage should be closed initially, so initialize ocage to 1.

svn-id: r50337
This commit is contained in:
Matthew Hoops 2010-06-26 18:44:32 +00:00
parent c2cb3bb799
commit 2b9f4e5068

View File

@ -320,6 +320,7 @@ void MohawkEngine_Riven::initVars() {
*matchVarToString("waterenabled") = 1;
*matchVarToString("ogehnpage") = 1;
*matchVarToString("bblrsw") = 1;
*matchVarToString("ocage") = 1;
// Randomize the telescope combination
uint32 *teleCombo = matchVarToString("tcorrectorder");