Skip to content

Commit

Permalink
CGE2: Further implement caveUp().
Browse files Browse the repository at this point in the history
  • Loading branch information
uruk committed May 19, 2014
1 parent 06ed289 commit 3653440
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion engines/cge2/cge2_main.cpp
Expand Up @@ -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) {
Expand Down

0 comments on commit 3653440

Please sign in to comment.