Overhaul the game's "rendering pipeline", simplifying it a fair bit

- Also significantly improves performance
This commit is contained in:
2014-04-15 01:26:40 -04:00
parent 3274864f12
commit 14a089aaee
12 changed files with 64 additions and 174 deletions

View File

@@ -214,7 +214,7 @@ void finish_load_party(){
center = univ.town.p_loc;
}
redraw_screen();
redraw_screen(REFRESH_ALL);
current_pc = first_active_pc();
loaded_yet = true;