diff options
author | Matthew Hoops | 2011-01-24 06:30:39 +0000 |
---|---|---|
committer | Matthew Hoops | 2011-01-24 06:30:39 +0000 |
commit | 5564926e06d3ed6538f7413816d500f173e45e22 (patch) | |
tree | efcaef68188dd09a1475c46f9c00dfa68e2c7a85 /engines | |
parent | e70efa2fad9e8c6a1f40329f7d77543ec907f27e (diff) | |
download | scummvm-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')
-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 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"); |