diff options
Diffstat (limited to 'src/game/game.h')
| -rw-r--r-- | src/game/game.h | 3 |
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 |
