aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/cge2/cge2_main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp
index 4ea069a356..ed9f37aa41 100644
--- a/engines/cge2/cge2_main.cpp
+++ b/engines/cge2/cge2_main.cpp
@@ -358,7 +358,9 @@ void CGE2Engine::caveUp(int cav) {
_vga->copyPage(1, 0);
show();
- _vga->update();
+ _sprite = _vga->_showQ->first();
+ if (_startupMode)
+ _vga->sunrise(_vga->_sysPal);
}
void CGE2Engine::showBak(int ref) {