diff options
-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"); |