aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/graphics.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2010-08-31 20:05:00 +0000
committerMatthew Hoops2010-08-31 20:05:00 +0000
commitcfbbc3928ae20f0477488d7b3b13ccf780603f9d (patch)
tree014d8e6fd0bea7019c352a843c81f4a92d22d5a1 /engines/mohawk/graphics.cpp
parent25d267888f3a4c6405d9fe534b051ed93126fa64 (diff)
downloadscummvm-rg350-cfbbc3928ae20f0477488d7b3b13ccf780603f9d.tar.gz
scummvm-rg350-cfbbc3928ae20f0477488d7b3b13ccf780603f9d.tar.bz2
scummvm-rg350-cfbbc3928ae20f0477488d7b3b13ccf780603f9d.zip
MOHAWK: Implement functionality for the dome sliders
The sliders are now movable and reset properly. The combination defined in the lab journal works on all the domes too. svn-id: r52476
Diffstat (limited to 'engines/mohawk/graphics.cpp')
-rw-r--r--engines/mohawk/graphics.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mohawk/graphics.cpp b/engines/mohawk/graphics.cpp
index db11cb76a9..8a7caa9d2b 100644
--- a/engines/mohawk/graphics.cpp
+++ b/engines/mohawk/graphics.cpp
@@ -685,6 +685,8 @@ void RivenGraphics::drawImageRect(uint16 id, Common::Rect srcRect, Common::Rect
surface->free();
delete surface;
+
+ _dirtyScreen = true;
}
LBGraphics::LBGraphics(MohawkEngine_LivingBooks *vm) : _vm(vm) {