aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
diff options
context:
space:
mode:
authorMatthew Hoops2011-01-24 06:30:39 +0000
committerMatthew Hoops2011-01-24 06:30:39 +0000
commit5564926e06d3ed6538f7413816d500f173e45e22 (patch)
treeefcaef68188dd09a1475c46f9c00dfa68e2c7a85 /engines/mohawk
parente70efa2fad9e8c6a1f40329f7d77543ec907f27e (diff)
downloadscummvm-rg350-5564926e06d3ed6538f7413816d500f173e45e22.tar.gz
scummvm-rg350-5564926e06d3ed6538f7413816d500f173e45e22.tar.bz2
scummvm-rg350-5564926e06d3ed6538f7413816d500f173e45e22.zip
MOHAWK: Fix Gehn's music player when clicking on it the first time (thanks, digitall)
svn-id: r55495
Diffstat (limited to 'engines/mohawk')
-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 7d374dfecd..b18a753c31 100644
--- a/engines/mohawk/riven_vars.cpp
+++ b/engines/mohawk/riven_vars.cpp
@@ -322,6 +322,7 @@ void MohawkEngine_Riven::initVars() {
*getVar("tdl") = 1;
*getVar("bmagcar") = 1;
*getVar("gnmagcar") = 1;
+ *getVar("omusicplayer") = 1;
// Randomize the telescope combination
uint32 *teleCombo = getVar("tcorrectorder");