diff options
author | Matthew Hoops | 2011-01-24 05:50:49 +0000 |
---|---|---|
committer | Matthew Hoops | 2011-01-24 05:50:49 +0000 |
commit | e70efa2fad9e8c6a1f40329f7d77543ec907f27e (patch) | |
tree | e8c8a23c3b159f16c49b456f04c2ce346c1d8faf /engines/mohawk | |
parent | d6a4ff36392b14afea6da749c2b2f4f14906ed64 (diff) | |
download | scummvm-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.cpp | 2 |
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"); |