suppression of the map view
This commit is contained in:
@@ -91,8 +91,6 @@ typedef struct s_txt
|
||||
char *txt_west;
|
||||
int rgb_floor;
|
||||
int rgb_ceiling;
|
||||
// int rgb_floor[3];
|
||||
// int rgb_ceiling[3];
|
||||
} t_txt;
|
||||
|
||||
/*
|
||||
@@ -146,9 +144,6 @@ typedef struct s_game
|
||||
t_txt txt;
|
||||
// map
|
||||
t_map map;
|
||||
// map window
|
||||
t_win map_win;
|
||||
t_img map_img;
|
||||
// key hook
|
||||
int k_hook[MAX_NB_KEY];
|
||||
} t_game;
|
||||
|
||||
Reference in New Issue
Block a user