From c0264d533fc95639c8eeb570d131746f67d64fe9 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 28 Mar 2020 15:21:21 +0100 Subject: Removed skybox related bloat --- inc/cub3d_structs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'inc/cub3d_structs.h') 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; -- cgit v1.2.3