aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/zone.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2007-07-15 10:10:48 +0000
committerNicola Mettifogo2007-07-15 10:10:48 +0000
commit9b4cfc5bbe70176a4b944af8e6c4897fc3e013e0 (patch)
tree0be9726e2bcda64f357297d6fbf29cb4d560384e /engines/parallaction/zone.cpp
parentd725c5fab68e761784086631c16eac8a91eff41e (diff)
downloadscummvm-rg350-9b4cfc5bbe70176a4b944af8e6c4897fc3e013e0.tar.gz
scummvm-rg350-9b4cfc5bbe70176a4b944af8e6c4897fc3e013e0.tar.bz2
scummvm-rg350-9b4cfc5bbe70176a4b944af8e6c4897fc3e013e0.zip
Screen update is no more triggered automatically when performing full screen-size blits on Front buffer. Menu code has been changed accordingly to retain consistency.
svn-id: r28097
Diffstat (limited to 'engines/parallaction/zone.cpp')
-rw-r--r--engines/parallaction/zone.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/parallaction/zone.cpp b/engines/parallaction/zone.cpp
index d9bd36a1f5..99ef8c60f9 100644
--- a/engines/parallaction/zone.cpp
+++ b/engines/parallaction/zone.cpp
@@ -310,6 +310,7 @@ void Parallaction::displayCharacterComment(ExamineData *data) {
waitUntilLeftClick();
_gfx->copyScreen(Gfx::kBitBack, Gfx::kBitFront);
+ _gfx->updateScreen();
return;
}
@@ -353,6 +354,7 @@ void Parallaction::displayItemComment(ExamineData *data) {
_gfx->setHalfbriteMode(false);
_gfx->copyScreen(Gfx::kBitBack, Gfx::kBitFront);
+ _gfx->updateScreen();
return;
}