diff options
Diffstat (limited to 'engines')
-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 ae06afef01..270845f62b 100644 --- a/engines/mohawk/riven_vars.cpp +++ b/engines/mohawk/riven_vars.cpp @@ -318,6 +318,7 @@ void MohawkEngine_Riven::initVars() { *getVar("ogehnpage") = 1; *getVar("bblrsw") = 1; *getVar("ocage") = 1; + *getVar("jbeetle") = 1; // Randomize the telescope combination uint32 *teleCombo = getVar("tcorrectorder"); |