From 90f9e3942d5ff3bcb58470926f68391211bebbad Mon Sep 17 00:00:00 2001 From: Sopár Adrián Date: Sun, 23 Jun 2024 15:33:35 +0200 Subject: Hide the part of the map that cannot be seen from the player's point of view. --- src/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 6ee5a47..780d051 100644 --- a/src/config.h +++ b/src/config.h @@ -22,6 +22,7 @@ struct block struct game_blocks { + struct block hidden; struct block wall; struct block road; struct block path; @@ -51,4 +52,4 @@ struct conf *load_default_conf(); void destroy_conf(struct conf *); -#endif \ No newline at end of file +#endif -- cgit v1.2.3