From 188f7efd0584c975e9e5d2ae38752c7217083cb0 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 5 Mar 2013 20:58:43 -0500 Subject: HOPKINS: Fix display of screen images using screen fade in --- engines/hopkins/graphics.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/hopkins/graphics.cpp') diff --git a/engines/hopkins/graphics.cpp b/engines/hopkins/graphics.cpp index ecefe4c73e..d4e1a25e9e 100644 --- a/engines/hopkins/graphics.cpp +++ b/engines/hopkins/graphics.cpp @@ -727,6 +727,7 @@ uint16 GraphicsManager::mapRGB(byte r, byte g, byte b) { void GraphicsManager::DD_VBL() { // Display any aras of the screen that need refreshing + displayDirtyRects(); displayRefreshRects(); // Update the screen -- cgit v1.2.3