diff options
| author | realtradam <[email protected]> | 2023-05-28 17:05:53 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-05-28 17:05:53 -0400 |
| commit | f54e3249d5c8fff4f7a64381c6dd7210c81f569a (patch) | |
| tree | 9143a584c40a7614ae43f94f7685810ef12c78b3 /src/bullet.c | |
| parent | 9bf228460712579f867fb506b1a84022fa302452 (diff) | |
| download | rodeo_sample_game-f54e3249d5c8fff4f7a64381c6dd7210c81f569a.tar.gz rodeo_sample_game-f54e3249d5c8fff4f7a64381c6dd7210c81f569a.zip | |
fix a lot, make a lot work
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 cfb12bf..41264ed 100644 --- a/src/bullet.c +++ b/src/bullet.c @@ -166,3 +166,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); } + |
