diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-28 15:21:21 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-28 15:21:21 +0100 |
commit | c0264d533fc95639c8eeb570d131746f67d64fe9 (patch) | |
tree | a8e65f808c8c88060a3e22a130c8963e546619de /inc/cub3d_structs.h | |
parent | removed bloat (diff) | |
download | 42-cub3d-c0264d533fc95639c8eeb570d131746f67d64fe9.tar.gz 42-cub3d-c0264d533fc95639c8eeb570d131746f67d64fe9.tar.bz2 42-cub3d-c0264d533fc95639c8eeb570d131746f67d64fe9.tar.xz 42-cub3d-c0264d533fc95639c8eeb570d131746f67d64fe9.tar.zst 42-cub3d-c0264d533fc95639c8eeb570d131746f67d64fe9.zip |
Removed skybox related bloat
Diffstat (limited to 'inc/cub3d_structs.h')
-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; |