From 75aa41c6de121f01d17cfb8f90916736496b2dce Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Tue, 29 May 2018 08:34:09 +0200 Subject: Fix GameUI flag value regression introduced by a78659ed0529226ad937f5e241ad72ba93702959 Added more strong unittests on that part to prevent future regression --- src/client/gameui.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/client/gameui.cpp') diff --git a/src/client/gameui.cpp b/src/client/gameui.cpp index 7e0a7ef67..0a0fc2bcf 100644 --- a/src/client/gameui.cpp +++ b/src/client/gameui.cpp @@ -189,8 +189,6 @@ void GameUI::update(const RunStats &stats, Client *client, MapDrawControl *draw_ void GameUI::initFlags() { m_flags = GameUI::Flags(); - m_flags.show_chat = true; - m_flags.show_hud = true; m_flags.show_debug = g_settings->getBool("show_debug"); } -- cgit v1.2.3