diff options
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d_structs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 1b46312..ac87260 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -190,7 +190,6 @@ typedef struct s_map char *fl_tex_path; char *ce_tex_path; char *nlevel_path; - char *skybox_path; char *traps_path; char *music_path; char *music_cmd; @@ -220,7 +219,6 @@ typedef struct s_map uint8_t ismusic; uint8_t isftex; uint8_t isctex; - uint8_t isskybox; uint8_t istraps; uint8_t isheals; uint8_t darklvl; |