From 89984db7afa433e2842c4ef8c8c265a3e3993636 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Fri, 16 Dec 2022 23:21:47 +0100 Subject: work --- src/game.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game.c') 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); -- cgit v1.2.3-70-g09d2