Skip to content

Commit

Permalink
MOHAWK: Properly initialize the Riven tdomeelev variable
Browse files Browse the repository at this point in the history
Thanks to Robot_Maker20 for noticing the bug
  • Loading branch information
Matthew Hoops committed Mar 19, 2012
1 parent 4ed136a commit 4bdd389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/mohawk/riven_vars.cpp
Expand Up @@ -305,6 +305,7 @@ void MohawkEngine_Riven::initVars() {
_vars["gnmagcar"] = 1;
_vars["omusicplayer"] = 1;
_vars["transitionmode"] = kRivenTransitionSpeedFastest;
_vars["tdomeelev"] = 1;

// Randomize the telescope combination
uint32 &teleCombo = _vars["tcorrectorder"];
Expand Down

0 comments on commit 4bdd389

Please sign in to comment.