summaryrefslogtreecommitdiff
path: root/3de.c
diff options
context:
space:
mode:
Diffstat (limited to '3de.c')
-rw-r--r--3de.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/3de.c b/3de.c
index 1c10e03..dc46522 100644
--- a/3de.c
+++ b/3de.c
@@ -80,6 +80,7 @@ void init_map(Map* m) {
for (i = 0; i < 0x100; i++) {
t[i] = map_data[i];
}
+ bake_map(m);
}
void draw_map(Renderer* r, const Player* p, const Map* m) {