From 52c0d678ce1f20b602dabf16144f244fd13688c1 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sun, 23 Jan 2011 06:02:46 +0000 Subject: [PATCH] MOHAWK: Enable the Riven easter egg shortcut svn-id: r55458 --- engines/mohawk/riven_vars.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/engines/mohawk/riven_vars.cpp b/engines/mohawk/riven_vars.cpp index 270845f62bc..3165a1c33b3 100644 --- a/engines/mohawk/riven_vars.cpp +++ b/engines/mohawk/riven_vars.cpp @@ -319,6 +319,7 @@ void MohawkEngine_Riven::initVars() { *getVar("bblrsw") = 1; *getVar("ocage") = 1; *getVar("jbeetle") = 1; + *getVar("tdl") = 1; // Randomize the telescope combination uint32 *teleCombo = getVar("tcorrectorder");