mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 09:18:38 +00:00
MOHAWK: Properly initialize the bspit-gspit magcar variables (thanks, digitall)
svn-id: r55494
This commit is contained in:
parent
d6a4ff3639
commit
e70efa2fad
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user