diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2020-03-09 15:50:02 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2020-03-09 15:50:02 +0100 |
commit | f00d3d412bdbbe45c6a84930e9d392bf915a25b9 (patch) | |
tree | 77dd102e7dbd84a16b7d767c3edad64841c6628c /inc | |
parent | ils se cachent (mal) (diff) | |
download | 42-cub3d-f00d3d412bdbbe45c6a84930e9d392bf915a25b9.tar.gz 42-cub3d-f00d3d412bdbbe45c6a84930e9d392bf915a25b9.tar.bz2 42-cub3d-f00d3d412bdbbe45c6a84930e9d392bf915a25b9.tar.xz 42-cub3d-f00d3d412bdbbe45c6a84930e9d392bf915a25b9.tar.zst 42-cub3d-f00d3d412bdbbe45c6a84930e9d392bf915a25b9.zip |
start over n
Diffstat (limited to 'inc')
-rw-r--r-- | inc/cub3d_structs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 7b86d09..b53f130 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -50,7 +50,6 @@ typedef struct s_rgb typedef struct s_sprite { int32_t spritescreenx; - int8_t isvisible; int32_t x; int32_t y; int32_t tex_x; |