From 733f72d810b6f28992e1b9d42050544ade35da14 Mon Sep 17 00:00:00 2001 From: uruk Date: Wed, 30 Jul 2014 19:15:59 +0200 Subject: CGE2: Fix sunset() and sunrise(). Now they really do the fade-in/fade-out effect. --- engines/cge2/vga13h.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/cge2/vga13h.cpp') 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(); } } -- cgit v1.2.3