diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2020-03-09 21:12:13 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2020-03-09 21:12:13 +0100 |
commit | 44387601203a68b359f80d2a0be9bf63179b41ef (patch) | |
tree | e3bd7ff582ec730431b0b5db93cd46baf0323e57 /inc/cub3d_structs.h | |
parent | small changez, supposed to work, TODO (diff) | |
download | 42-cub3d-44387601203a68b359f80d2a0be9bf63179b41ef.tar.gz 42-cub3d-44387601203a68b359f80d2a0be9bf63179b41ef.tar.bz2 42-cub3d-44387601203a68b359f80d2a0be9bf63179b41ef.tar.xz 42-cub3d-44387601203a68b359f80d2a0be9bf63179b41ef.tar.zst 42-cub3d-44387601203a68b359f80d2a0be9bf63179b41ef.zip |
still retard
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r-- | inc/cub3d_structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 13f81fa..a2cf5b5 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -177,8 +177,8 @@ typedef struct s_map size_t map_w; size_t map_h; size_t mapl_len; - uint8_t sprite_var; int32_t sprite_nbr; + uint8_t sprite_var; int32_t sprite_order[12]; size_t line_chk; size_t map_start; |