diff options
Diffstat (limited to 'src/client/gameui.h')
-rw-r--r-- | src/client/gameui.h | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |