CGE2: Further implement caveUp().

This commit is contained in:
uruk 2014-05-19 18:02:30 +02:00
parent 06ed289509
commit 36534403e3

View File

@ -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) {