From 2fd912ad83dc15f588b3fce8635b8365233fee82 Mon Sep 17 00:00:00 2001 From: Sopár Adrián Date: Fri, 28 Jun 2024 22:23:33 +0200 Subject: Let the user switch between map and real life mode. --- src/game/game.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/game/game.h') diff --git a/src/game/game.h b/src/game/game.h index 4b0de07..d00aaff 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -26,6 +26,7 @@ struct maze_display struct maze *maze; enum signs **signs; bool display_player_path; + bool visible; }; struct game_state @@ -64,4 +65,4 @@ static inline struct point get_player_center(struct point player_pos) return maze_pos; } -#endif \ No newline at end of file +#endif -- cgit v1.2.3