diff options
| author | Sopár Adrián <adrian.sopar@protonmail.com> | 2024-06-23 15:33:35 +0200 |
|---|---|---|
| committer | Sopár Adrián <adrian.sopar@protonmail.com> | 2024-06-23 15:33:35 +0200 |
| commit | 90f9e3942d5ff3bcb58470926f68391211bebbad (patch) | |
| tree | faa16054767c1739a3b3df6bdb7c88e584d0e298 /src/config.h | |
| parent | 74ea6dc86646cee9915292d73d8c7afef01ef3e0 (diff) | |
Hide the part of the map that cannot be seen from the player's point of view.
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
