summaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2022-12-19 20:36:03 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2022-12-19 20:36:03 +0100
commit1683c214b37c2bb8f3e43fd9054f3a53f7695f4a (patch)
tree75413c601901ff95f15beced52af60f4d1f22d14 /src/game.c
parent79efc8a8e9976bbdd41d4a47b58c71d3be9d4ff7 (diff)
splatter
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.c b/src/game.c
index 7cd0b0b..d184ae5 100644
--- a/src/game.c
+++ b/src/game.c
@@ -315,13 +315,13 @@ void update_game(platform_window* window) {
draw_grid(window);
draw_wallitems(window);
+ draw_zombie_chunks(window);
draw_drops(window);
draw_bullets(window);
draw_zombies(window);
draw_players(window);
draw_spawners(window);
draw_overlay(window);
- draw_zombie_chunks(window);
_global_camera.x = (int)_next_camera_pos.x;
_global_camera.y = (int)_next_camera_pos.y;