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.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/gameui.h') diff --git a/src/client/gameui.h b/src/client/gameui.h index 04946084e..b6b54562a 100644 --- a/src/client/gameui.h +++ b/src/client/gameui.h @@ -54,9 +54,9 @@ public: { bool show_chat = true; bool show_hud = true; - bool show_minimap = true; + bool show_minimap = false; bool show_debug = true; - bool show_profiler_graph = true; + bool show_profiler_graph = false; }; void init(); -- cgit v1.2.3