From 45714a12f1b522f302fc06ec5c8fd1412a05e3f4 Mon Sep 17 00:00:00 2001 From: uruk Date: Thu, 15 May 2014 15:03:59 +0200 Subject: CGE2: Implement showBak(). --- engines/cge2/cge2_main.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp index 9647eebafd..941f2b8ca4 100644 --- a/engines/cge2/cge2_main.cpp +++ b/engines/cge2/cge2_main.cpp @@ -343,14 +343,11 @@ void CGE2Engine::showBak(int ref) { Sprite *spr = _spare->locate(ref); if (spr != nullptr) { _bitmapPalette = _vga->_sysPal; - warning("Check again this ^ !"); spr->expand(); _bitmapPalette = NULL; - //spr->show(2); + spr->show(2); _vga->copyPage(1, 2); _spare->dispose(spr); - - warning("STUB: CGE2Engine::showBak()"); } } -- cgit v1.2.3