diff options
author | Matthew Hoops | 2011-01-14 15:40:46 +0000 |
---|---|---|
committer | Matthew Hoops | 2011-01-14 15:40:46 +0000 |
commit | a191190cf21ed623d660c70fe3464c74d87b351a (patch) | |
tree | 6cd6b9a4fab50c9499e298d5d66a685628a09263 /engines/mohawk | |
parent | 8ce55fbcde93149bb7644c4fe3c1def8cebe4908 (diff) | |
download | scummvm-rg350-a191190cf21ed623d660c70fe3464c74d87b351a.tar.gz scummvm-rg350-a191190cf21ed623d660c70fe3464c74d87b351a.tar.bz2 scummvm-rg350-a191190cf21ed623d660c70fe3464c74d87b351a.zip |
MOHAWK: Fix the beetle animations in Riven
svn-id: r55240
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 ae06afef01..270845f62b 100644 --- a/engines/mohawk/riven_vars.cpp +++ b/engines/mohawk/riven_vars.cpp @@ -318,6 +318,7 @@ void MohawkEngine_Riven::initVars() { *getVar("ogehnpage") = 1; *getVar("bblrsw") = 1; *getVar("ocage") = 1; + *getVar("jbeetle") = 1; // Randomize the telescope combination uint32 *teleCombo = getVar("tcorrectorder"); |