summaryrefslogtreecommitdiffhomepage
path: root/src/bullet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bullet.c')
-rw-r--r--src/bullet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bullet.c b/src/bullet.c
index c3015a6..77acaa7 100644
--- a/src/bullet.c
+++ b/src/bullet.c
@@ -170,3 +170,4 @@ detect_bullet_wall_collisions(void)
rodeo_collision_2d_world_compare_other(&player_bullet_collision_world, get_wall_world(), bullet_wall_resolver);
rodeo_collision_2d_world_compare_other(&enemy_bullet_collision_world, get_wall_world(), bullet_wall_resolver);
}
+