summaryrefslogtreecommitdiffhomepage
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 61b1b08..ac517de 100644
--- a/src/main.c
+++ b/src/main.c
@@ -198,6 +198,7 @@ main_loop(void)
draw_player();
draw_enemies();
detect_bullet_enemy_collisions();
+ detect_bullet_wall_collisions();
detect_player_enemy_collisions();
detect_player_wall_collisions();