summaryrefslogtreecommitdiff
path: root/src/map.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-05-11 10:10:23 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-05-11 10:10:23 +0200
commit981d99c229161c8afa508468032fe3ea0b924d3b (patch)
treecb0a2047210da5bb67e4e5b1acb6f9af390c9783 /src/map.c
parent962ebf95459a8da08f44898d13d185e60de59b45 (diff)
render order, zombie render fix
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map.c b/src/map.c
index 8ec60fb..47f8a07 100644
--- a/src/map.c
+++ b/src/map.c
@@ -434,8 +434,6 @@ void draw_grid(platform_window* window) {
loaded_map.heightmap[y][x].br = bottomright;
}
}
-
- draw_objects(window);
}
inline map_info get_map_info(platform_window* window) {