diff options
Diffstat (limited to 'src/bullets.c')
| -rw-r--r-- | src/bullets.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bullets.c b/src/bullets.c index 516c34e..fb45cc6 100644 --- a/src/bullets.c +++ b/src/bullets.c @@ -267,8 +267,6 @@ void draw_bullets(platform_window* window) { b.position.z = p->gun_height; } - BULLET_RENDER_DEPTH((int)bullets[i].position.y); - float bullet_render_x = b.position.x*info.tile_width + (b.position.y*info.px_incline); float bullet_render_y = b.position.y*info.tile_height - (b.position.z*info.px_raised_per_h); |
