summaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.c b/src/game.c
index 7bef631..893d482 100644
--- a/src/game.c
+++ b/src/game.c
@@ -155,6 +155,7 @@ void update_server(platform_window* window) {
update_spawners();
update_drops();
+ update_wallitems();
update_bullets(window);
update_players_server();
update_zombies_server(window);
@@ -256,6 +257,7 @@ void update_game(platform_window* window) {
take_player_input(window);
draw_grid(window);
+ draw_wallitems(window);
draw_drops(window);
draw_bullets(window);
draw_zombies(window);