aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_shoot.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_shoot.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ft_shoot.c b/src/ft_shoot.c
index dbd8862..7e0c90a 100644
--- a/src/ft_shoot.c
+++ b/src/ft_shoot.c
@@ -97,10 +97,8 @@ static void
void
ft_shoot(t_cub *cl)
{
- t_win *wl;
t_player *pl;
- wl = &cl->wlist;
pl = &cl->plist;
cl->rlist.y_ray_pos = pl->pos_y;
cl->rlist.x_ray_pos = pl->pos_x;