aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/cge2/vga13h.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cge2/vga13h.cpp b/engines/cge2/vga13h.cpp
index 105fd3f5ad..9340abf09e 100644
--- a/engines/cge2/vga13h.cpp
+++ b/engines/cge2/vga13h.cpp
@@ -994,6 +994,7 @@ void Vga::sunrise(Dac *tab) {
setColors(tab, i);
waitVR();
updateColors();
+ g_system->updateScreen();
}
}
@@ -1004,6 +1005,7 @@ void Vga::sunset() {
setColors(tab, i);
waitVR();
updateColors();
+ g_system->updateScreen();
}
}