From 44d44ddf05c4572877b3714c829019a2907c9b89 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 24 Apr 2008 21:27:27 +0000 Subject: Added screen update in KyraEngine_v3::drawScoreCounting. svn-id: r31707 --- engines/kyra/gui_v3.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/kyra') diff --git a/engines/kyra/gui_v3.cpp b/engines/kyra/gui_v3.cpp index 9371f3dca2..644c7bb57a 100644 --- a/engines/kyra/gui_v3.cpp +++ b/engines/kyra/gui_v3.cpp @@ -358,6 +358,8 @@ void KyraEngine_v3::drawScoreCounting(int oldScore, int newScore, int drawOld, c _screen->drawShape(0, getShapePtr(old001+443), x + 16, y, 0, 0); + _screen->updateScreen(); + _screen->drawShape(0, getShapePtr(new100+433), x + 0, y, 0, 0); _screen->drawShape(0, getShapePtr(new010+433), x + 8, y, 0, 0); _screen->drawShape(0, getShapePtr(new001+433), x + 16, y, 0, 0); -- cgit v1.2.3