Fix delta rendering glitch when going to options from new Esc menu

Well this is a bit annoying. I can call graphics.updatetowerbackground()
just fine, but I have to get at the title color update routine inside
titlelogic(), which is hard-baked in. So I have to pull that code
outside of the function, export it in the header, and then call it when
I transition to TITLEMODE.
This commit is contained in:
Misa
2020-06-22 16:41:07 -07:00
committed by Ethan Lee
parent 06102e2db3
commit 4c5b018f6c
3 changed files with 25 additions and 9 deletions

View File

@@ -8,6 +8,8 @@
#include "Music.h"
#include "Map.h"
void titleupdatetextcol();
void titlelogic();
void maplogic();