diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-11 12:48:34 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-11 12:48:34 +0100 |
commit | 878b565e98728dcd0fba8dfeeba8b1ff46dbd5cd (patch) | |
tree | 7d653540bc4cb91d53cf7261deca736743843276 /src/ft_key_loop.c | |
parent | Pretty cool animation (diff) | |
download | 42-cub3d-878b565e98728dcd0fba8dfeeba8b1ff46dbd5cd.tar.gz 42-cub3d-878b565e98728dcd0fba8dfeeba8b1ff46dbd5cd.tar.bz2 42-cub3d-878b565e98728dcd0fba8dfeeba8b1ff46dbd5cd.tar.xz 42-cub3d-878b565e98728dcd0fba8dfeeba8b1ff46dbd5cd.tar.zst 42-cub3d-878b565e98728dcd0fba8dfeeba8b1ff46dbd5cd.zip |
Tweaked suff animation
Diffstat (limited to '')
-rw-r--r-- | src/ft_key_loop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_key_loop.c b/src/ft_key_loop.c index 29718df..e0c2c28 100644 --- a/src/ft_key_loop.c +++ b/src/ft_key_loop.c @@ -43,7 +43,6 @@ static uint64_t return ((uint64_t)pl->pos_y); } -#include <stdio.h> static void ft_collision(float old_y, float old_x, int32_t key, t_cub *cl) { |