diff options
author | Martin Kiewitz | 2010-08-10 13:18:13 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-08-10 13:18:13 +0000 |
commit | 197f6c222848174703c229382f2534ff0bc08f11 (patch) | |
tree | ad2f24f4f01fa5fe0354b32fd590f1ca34793f14 /engines/sci/graphics | |
parent | 98effc462e4df5b61f1496b08b88a42638326758 (diff) | |
download | scummvm-rg350-197f6c222848174703c229382f2534ff0bc08f11.tar.gz scummvm-rg350-197f6c222848174703c229382f2534ff0bc08f11.tar.bz2 scummvm-rg350-197f6c222848174703c229382f2534ff0bc08f11.zip |
SCI: adding workaround for kq5
when giving the tambourine to the monster - bug #3041262
svn-id: r51950
Diffstat (limited to 'engines/sci/graphics')
-rw-r--r-- | engines/sci/graphics/animate.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/graphics/animate.cpp b/engines/sci/graphics/animate.cpp index ab4362cda9..7c7c3f2abf 100644 --- a/engines/sci/graphics/animate.cpp +++ b/engines/sci/graphics/animate.cpp @@ -243,6 +243,8 @@ void GfxAnimate::fill(byte &old_picNotValid) { } } + //warning("%s", _s->_segMan->getObjectName(curObject)); + if (!view->isScaleable()) { // Laura Bow 2 (especially floppy) depends on this, some views are not supposed to be scaleable // this "feature" was removed in later versions of SCI1.1 |