aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/cge2/cge2_main.cpp5
1 files changed, 1 insertions, 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()");
}
}