MOHAWK: Properly initialize the bspit-gspit magcar variables (thanks, digitall)

svn-id: r55494
This commit is contained in:
Matthew Hoops 2011-01-24 05:50:49 +00:00
parent d6a4ff3639
commit e70efa2fad

View File

@ -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");