aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorAlyssa Milburn2010-12-09 21:24:46 +0000
committerAlyssa Milburn2010-12-09 21:24:46 +0000
commiteecc2bcb12a7bff3573092e0a844cd0d37856599 (patch)
tree1632aa72c49d9e22e37d4ecde6517d2a74e3405a /engines
parent32ed3b35829dc29617c7a300d043afc2bd26999b (diff)
downloadscummvm-rg350-eecc2bcb12a7bff3573092e0a844cd0d37856599.tar.gz
scummvm-rg350-eecc2bcb12a7bff3573092e0a844cd0d37856599.tar.bz2
scummvm-rg350-eecc2bcb12a7bff3573092e0a844cd0d37856599.zip
MOHAWK: Don't redraw the screen every frame in LB
svn-id: r54844
Diffstat (limited to 'engines')
-rw-r--r--engines/mohawk/livingbooks.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/livingbooks.cpp b/engines/mohawk/livingbooks.cpp
index e32e0f4475..ff259c269b 100644
--- a/engines/mohawk/livingbooks.cpp
+++ b/engines/mohawk/livingbooks.cpp
@@ -474,6 +474,7 @@ void MohawkEngine_LivingBooks::updatePage() {
for (uint16 i = 0; i < _items.size(); i++)
_items[i]->draw();
+ _needsRedraw = false;
_needsUpdate = true;
}
}