aboutsummaryrefslogtreecommitdiff
path: root/src/game/game.h
diff options
context:
space:
mode:
authorSopár Adrián <adrian.sopar@protonmail.com>2024-06-28 22:23:33 +0200
committerSopár Adrián <adrian.sopar@protonmail.com>2024-06-28 22:23:33 +0200
commit2fd912ad83dc15f588b3fce8635b8365233fee82 (patch)
tree412ba7396e4b8693fbb6250a3bb4d669d57ec59d /src/game/game.h
parent05133e09243ca4cdea8051755ccfc5ff8b796f59 (diff)
Let the user switch between map and real life mode.
Diffstat (limited to 'src/game/game.h')
-rw-r--r--src/game/game.h3
1 files changed, 2 insertions, 1 deletions
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