From 9b4cfc5bbe70176a4b944af8e6c4897fc3e013e0 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sun, 15 Jul 2007 10:10:48 +0000 Subject: 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 --- engines/parallaction/zone.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/parallaction/zone.cpp') 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; } -- cgit v1.2.3