diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-18 22:21:29 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-18 22:21:29 +0100 |
commit | 8fda101ccda5c23bfd9cd604f0c3124a9b83aa1d (patch) | |
tree | eaf3adca241ec77c8af19adbfdf5871e305c6d01 /src/ft_get_traps.c | |
parent | Works fine (diff) | |
download | 42-cub3d-8fda101ccda5c23bfd9cd604f0c3124a9b83aa1d.tar.gz 42-cub3d-8fda101ccda5c23bfd9cd604f0c3124a9b83aa1d.tar.bz2 42-cub3d-8fda101ccda5c23bfd9cd604f0c3124a9b83aa1d.tar.xz 42-cub3d-8fda101ccda5c23bfd9cd604f0c3124a9b83aa1d.tar.zst 42-cub3d-8fda101ccda5c23bfd9cd604f0c3124a9b83aa1d.zip |
ok bav
Diffstat (limited to '')
-rw-r--r-- | src/ft_get_traps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_get_traps.c b/src/ft_get_traps.c index 2d652f8..fef3179 100644 --- a/src/ft_get_traps.c +++ b/src/ft_get_traps.c @@ -19,7 +19,7 @@ void { size_t x; size_t y; - uint8_t i; + uint16_t i; x = 1; y = 1; |