From 8af90ab6b7311601b7889a16ff7014e7184dde51 Mon Sep 17 00:00:00 2001 From: uruk Date: Mon, 26 May 2014 17:40:09 +0200 Subject: CGE2: Stub out actual use of _infoLine in runGame(). --- engines/cge2/cge2_main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp index eea59a4a4b..87091572a7 100644 --- a/engines/cge2/cge2_main.cpp +++ b/engines/cge2/cge2_main.cpp @@ -513,7 +513,8 @@ void CGE2Engine::runGame() { _infoLine->gotoxyz(V3D(kInfoX, kInfoY, 0)); _infoLine->setText(nullptr); - _vga->_showQ->insert(_infoLine); + //_vga->_showQ->insert(_infoLine); + warning("STUB: CGE2Engine::runGame() - Info Line is missing!"); caveUp(_now); _startupMode = 0; -- cgit v1.2.3