diff options
-rw-r--r-- | engines/cge2/cge2_main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp index 87091572a7..e1641b9f12 100644 --- a/engines/cge2/cge2_main.cpp +++ b/engines/cge2/cge2_main.cpp @@ -383,8 +383,7 @@ void CGE2Engine::caveUp(int cav) { _vga->show(); _sprite = _vga->_showQ->first(); - if (_startupMode) - _vga->sunrise(_vga->_sysPal); + _vga->sunrise(_vga->_sysPal); feedSnail(_vga->_showQ->locate(bakRef + 255), kNear, _heroTab[_sex]->_ptr); //setDrawColors(); - It's only for debugging purposes. Can be left out for now. |