diff options
| author | arngo <[email protected]> | 2023-05-28 17:07:52 -0400 |
|---|---|---|
| committer | arngo <[email protected]> | 2023-05-28 17:07:52 -0400 |
| commit | f957f91efd243a87f17c565918d55470736182fa (patch) | |
| tree | 909e68cd697da7621cd9c30ea2e13aee911e9de4 /src/bullet.c | |
| parent | 81859447e9b004a142fa126326a74aed4e8e805d (diff) | |
| parent | b3c02a644b9412f07c95621385488954c5b98dfc (diff) | |
| download | TOJam2023-f957f91efd243a87f17c565918d55470736182fa.tar.gz TOJam2023-f957f91efd243a87f17c565918d55470736182fa.zip | |
Merge branch 'master' of github.com:realtradam/TOJam2023
Diffstat (limited to 'src/bullet.c')
| -rw-r--r-- | src/bullet.c | 1 |
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); } + |
