From aab3b18e4b9f847ba1e521d5a73624b0bb6a467a Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Thu, 4 Jan 2018 19:52:40 +0100 Subject: GameUI refactor (part 3/X): Move Game::guitext2, Game::guitext_info, Game::infotext to GameUI class Other enhancements: * Drop unused GameRunData::time_of_day * Little GameUI::update code path optimizations --- src/unittest/test_gameui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unittest') diff --git a/src/unittest/test_gameui.cpp b/src/unittest/test_gameui.cpp index 3c6f2a5a4..d52977469 100644 --- a/src/unittest/test_gameui.cpp +++ b/src/unittest/test_gameui.cpp @@ -49,7 +49,7 @@ void TestGameUI::testInit() UASSERT(gui.getFlags().show_hud) // @TODO verify if we can create non UI nulldevice to test this function - gui.init(); + // gui.init(); } void TestGameUI::testFlagSetters() -- cgit v1.2.3