diff options
author | Matthew Hoops | 2010-06-26 18:44:32 +0000 |
---|---|---|
committer | Matthew Hoops | 2010-06-26 18:44:32 +0000 |
commit | 2b9f4e5068081b3b172ac859648555f1f9bdecdb (patch) | |
tree | 1639391495745b8f1660374b0453e11a435eef8c /engines/mohawk | |
parent | c2cb3bb79917c8a2993a3895deadae590107a1ec (diff) | |
download | scummvm-rg350-2b9f4e5068081b3b172ac859648555f1f9bdecdb.tar.gz scummvm-rg350-2b9f4e5068081b3b172ac859648555f1f9bdecdb.tar.bz2 scummvm-rg350-2b9f4e5068081b3b172ac859648555f1f9bdecdb.zip |
Gehn's cage should be closed initially, so initialize ocage to 1.
svn-id: r50337
Diffstat (limited to 'engines/mohawk')
-rw-r--r-- | engines/mohawk/riven_vars.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/riven_vars.cpp b/engines/mohawk/riven_vars.cpp index 163626203a..b6d2dff315 100644 --- a/engines/mohawk/riven_vars.cpp +++ b/engines/mohawk/riven_vars.cpp @@ -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"); |