mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 23:26:44 +00:00
Gehn's cage should be closed initially, so initialize ocage to 1.
svn-id: r50337
This commit is contained in:
parent
c2cb3bb799
commit
2b9f4e5068
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user