minimap: try to correct an odd problem with sfml,

+ minor cleaning...
This commit is contained in:
ALONSO Laurent
2021-11-02 09:27:07 +01:00
committed by Celtic Minstrel
parent 0e5f207b67
commit ea8cb51c93
7 changed files with 6 additions and 8 deletions

View File

@@ -41,7 +41,6 @@ extern eScenMode overall_mode;
eDrawMode draw_mode = DRAW_TERRAIN;
extern bool editing_town;
extern cScenario scenario;
extern sf::Texture bg_gworld;
short mini_map_scales[3] = {12, 6, 4};
extern location cur_out, mouse_spot;