aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hoops2011-01-14 15:40:46 +0000
committerMatthew Hoops2011-01-14 15:40:46 +0000
commita191190cf21ed623d660c70fe3464c74d87b351a (patch)
tree6cd6b9a4fab50c9499e298d5d66a685628a09263
parent8ce55fbcde93149bb7644c4fe3c1def8cebe4908 (diff)
downloadscummvm-rg350-a191190cf21ed623d660c70fe3464c74d87b351a.tar.gz
scummvm-rg350-a191190cf21ed623d660c70fe3464c74d87b351a.tar.bz2
scummvm-rg350-a191190cf21ed623d660c70fe3464c74d87b351a.zip
MOHAWK: Fix the beetle animations in Riven
svn-id: r55240
-rw-r--r--engines/mohawk/riven_vars.cpp1
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");