summaryrefslogtreecommitdiff
path: root/include/map.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-05-09 11:31:07 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-05-09 11:31:07 +0200
commit962ebf95459a8da08f44898d13d185e60de59b45 (patch)
treeb7b8d5bd0760f760f99fd6e2703752f6137e306e /include/map.h
parentc13e3bce702003aea65eef54ee462fd20cdf4fa1 (diff)
work
Diffstat (limited to 'include/map.h')
-rw-r--r--include/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/map.h b/include/map.h
index ed8cbed..8b11634 100644
--- a/include/map.h
+++ b/include/map.h
@@ -67,6 +67,7 @@ typedef struct t_extracted_map_data {
light_emitter light_emitters[MAX_LIGHT_EMITTERS];
} extracted_map_data;
+extern int player_zoom;
map_data map_to_load = {0};
extracted_map_data loaded_map = {0};