diff options
author | Matthew Hoops | 2011-01-23 06:02:46 +0000 |
---|---|---|
committer | Matthew Hoops | 2011-01-23 06:02:46 +0000 |
commit | 52c0d678ce1f20b602dabf16144f244fd13688c1 (patch) | |
tree | ec188acf3760f2e74ac00216bd7b4333d7e9695d /engines/mohawk | |
parent | fd3188a6fcb370364a178b4b61841b9916bcc5b2 (diff) | |
download | scummvm-rg350-52c0d678ce1f20b602dabf16144f244fd13688c1.tar.gz scummvm-rg350-52c0d678ce1f20b602dabf16144f244fd13688c1.tar.bz2 scummvm-rg350-52c0d678ce1f20b602dabf16144f244fd13688c1.zip |
MOHAWK: Enable the Riven easter egg shortcut
svn-id: r55458
Diffstat (limited to 'engines/mohawk')
-rw-r--r-- | engines/mohawk/riven_vars.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/riven_vars.cpp b/engines/mohawk/riven_vars.cpp index 270845f62b..3165a1c33b 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"); |