Nuke several globals; some were unused, others moved to universe

This commit is contained in:
2015-10-06 19:06:46 -04:00
parent bd3aa33807
commit 76168b2071
15 changed files with 64 additions and 82 deletions

View File

@@ -26,7 +26,7 @@ extern short stat_window;
extern bool cartoon_happening;
extern eGameMode overall_mode;
extern short current_spell_range;
extern bool anim_onscreen,frills_on;
extern bool anim_onscreen;
extern cUniverse univ;
extern effect_pat_type current_pat;
extern sf::RenderWindow mini_map;