From 4bdd38923ad7ef66199e6ed6ccb3f89f4ec782c7 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Mon, 19 Mar 2012 11:03:38 -0400 Subject: MOHAWK: Properly initialize the Riven tdomeelev variable Thanks to Robot_Maker20 for noticing the bug --- engines/mohawk/riven_vars.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') diff --git a/engines/mohawk/riven_vars.cpp b/engines/mohawk/riven_vars.cpp index ba5c343e07..8ddb76eec9 100644 --- a/engines/mohawk/riven_vars.cpp +++ b/engines/mohawk/riven_vars.cpp @@ -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"]; -- cgit v1.2.3