diff options
author | Matthew Hoops | 2010-11-23 18:29:45 +0000 |
---|---|---|
committer | Matthew Hoops | 2010-11-23 18:29:45 +0000 |
commit | 90cabfef389093cc2fc412a7003d8e1feff8ca80 (patch) | |
tree | 9f502de9e53072042e66cc9f08318ecaafd833c8 /engines/mohawk | |
parent | 799757132fee6635e6351353d092105f8e4e834b (diff) | |
download | scummvm-rg350-90cabfef389093cc2fc412a7003d8e1feff8ca80.tar.gz scummvm-rg350-90cabfef389093cc2fc412a7003d8e1feff8ca80.tar.bz2 scummvm-rg350-90cabfef389093cc2fc412a7003d8e1feff8ca80.zip |
MOHAWK: Find the small marble images by string; should fix German version
svn-id: r54431
Diffstat (limited to 'engines/mohawk')
-rw-r--r-- | engines/mohawk/riven_external.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/riven_external.cpp b/engines/mohawk/riven_external.cpp index 3671e10793..e68e8e9548 100644 --- a/engines/mohawk/riven_external.cpp +++ b/engines/mohawk/riven_external.cpp @@ -2013,7 +2013,7 @@ void RivenExternal::xt7500_checkmarbles(uint16 argc, uint16 *argv) { void RivenExternal::xt7600_setupmarbles(uint16 argc, uint16 *argv) { // Draw the small marbles when we're a step away from the waffle - uint16 baseBitmapId = (_vm->getFeatures() & GF_DVD) ? 539 : 526; + uint16 baseBitmapId = _vm->findResourceID(ID_TBMP, "*tsmallred"); bool waffleDown = *_vm->getVar("twaffle") != 0; // Note that each of the small marble images is exactly 4x2 |