aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
diff options
context:
space:
mode:
authorMatthew Hoops2011-01-24 05:50:49 +0000
committerMatthew Hoops2011-01-24 05:50:49 +0000
commite70efa2fad9e8c6a1f40329f7d77543ec907f27e (patch)
treee8c8a23c3b159f16c49b456f04c2ce346c1d8faf /engines/mohawk
parentd6a4ff36392b14afea6da749c2b2f4f14906ed64 (diff)
downloadscummvm-rg350-e70efa2fad9e8c6a1f40329f7d77543ec907f27e.tar.gz
scummvm-rg350-e70efa2fad9e8c6a1f40329f7d77543ec907f27e.tar.bz2
scummvm-rg350-e70efa2fad9e8c6a1f40329f7d77543ec907f27e.zip
MOHAWK: Properly initialize the bspit-gspit magcar variables (thanks, digitall)
svn-id: r55494
Diffstat (limited to 'engines/mohawk')
-rw-r--r--engines/mohawk/riven_vars.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mohawk/riven_vars.cpp b/engines/mohawk/riven_vars.cpp
index 3165a1c33b..7d374dfecd 100644
--- a/engines/mohawk/riven_vars.cpp
+++ b/engines/mohawk/riven_vars.cpp
@@ -320,6 +320,8 @@ void MohawkEngine_Riven::initVars() {
*getVar("ocage") = 1;
*getVar("jbeetle") = 1;
*getVar("tdl") = 1;
+ *getVar("bmagcar") = 1;
+ *getVar("gnmagcar") = 1;
// Randomize the telescope combination
uint32 *teleCombo = getVar("tcorrectorder");