diff options
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/game.h b/src/game.h index 22a8d6f9b..223278006 100644 --- a/src/game.h +++ b/src/game.h @@ -26,18 +26,6 @@ class InputHandler; class ChatBackend; /* to avoid having to include chat.h */ struct SubgameSpec; -// Flags that can, or may, change during main game loop -struct GameUIFlags -{ - bool show_chat; - bool show_hud; - bool show_minimap; - bool force_fog_off; - bool show_debug; - bool show_profiler_graph; - bool disable_camera_update; -}; - void the_game(bool *kill, bool random_input, InputHandler *input, |