diff options
Diffstat (limited to 'engines/hdb/gfx.cpp')
-rw-r--r-- | engines/hdb/gfx.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/gfx.cpp b/engines/hdb/gfx.cpp index 1000d97694..9ba60400a9 100644 --- a/engines/hdb/gfx.cpp +++ b/engines/hdb/gfx.cpp @@ -199,6 +199,7 @@ void Gfx::fillScreen(uint32 color) { void Gfx::updateVideo() { updateFade(); + g_hdb->checkProgress(); debug(9, "STUB: Gfx::updateVideo incomplete"); } |