Fix GameUI flag value regression introduced by a78659ed05
Added more strong unittests on that part to prevent future regression
This commit is contained in:
@@ -54,9 +54,9 @@ class GameUI
|
||||
{
|
||||
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();
|
||||
|
||||
Reference in New Issue
Block a user