From e70efa2fad9e8c6a1f40329f7d77543ec907f27e Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Mon, 24 Jan 2011 05:50:49 +0000 Subject: MOHAWK: Properly initialize the bspit-gspit magcar variables (thanks, digitall) svn-id: r55494 --- engines/mohawk/riven_vars.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/mohawk') 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"); -- cgit v1.2.3