diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-29 18:19:14 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-29 18:19:14 +0200 |
commit | 2034fb4f000aedc7539a0f441da28b8229c61296 (patch) | |
tree | db4a603916689b6cb57b4e9735065a5f3c1824bc | |
parent | Fixed buggy shooting (diff) | |
download | 42-cub3d-2034fb4f000aedc7539a0f441da28b8229c61296.tar.gz 42-cub3d-2034fb4f000aedc7539a0f441da28b8229c61296.tar.bz2 42-cub3d-2034fb4f000aedc7539a0f441da28b8229c61296.tar.xz 42-cub3d-2034fb4f000aedc7539a0f441da28b8229c61296.tar.zst 42-cub3d-2034fb4f000aedc7539a0f441da28b8229c61296.zip |
Norm
-rw-r--r-- | src/ft_shoot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_shoot.c b/src/ft_shoot.c index 229b9e9..bc9a126 100644 --- a/src/ft_shoot.c +++ b/src/ft_shoot.c @@ -65,7 +65,6 @@ static void { hit = 1; ft_hide_sprite(cl); - /* ft_get_sprite_spawn(cl); */ } else if (ft_ischarset("1", cl->mlist.map[cl->rlist.sqx][cl->rlist.sqy])) |