summaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2022-12-16 23:21:47 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2022-12-16 23:21:47 +0100
commit89984db7afa433e2842c4ef8c8c265a3e3993636 (patch)
tree127a939c0d02ba66600c353319be94cdf3906fc0 /src/game.c
parent24a44e57ab9adbb353adac8b83c4441e7adb3751 (diff)
work
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);