From 06ae8de1561bfe392019cd3ce2f1bba498e4a607 Mon Sep 17 00:00:00 2001 From: uruk Date: Thu, 29 May 2014 18:19:01 +0200 Subject: CGE2: Fix movie(). --- engines/cge2/cge2_main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines') 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. -- cgit v1.2.3