Eliminate some offscreen surfaces in the scenario editor

- This fixes an issue where parts of the UI were filled with black or random noise.
- This also creates some noticeable lag while drawing, though.
This commit is contained in:
2016-04-29 13:36:31 -04:00
parent 836a7a715c
commit 8b792aea75
4 changed files with 140 additions and 211 deletions

View File

@@ -4,7 +4,6 @@
void Set_up_win ();
void run_startup_g();
void load_graphics();
void load_main_screen();
void draw_main_screen();
void redraw_screen();
void draw_lb();