Merge pull request #322 from Dav999-v/auto-center-menu

Make menus automatically centered and narrowed
This commit is contained in:
Ethan Lee
2020-06-29 19:10:39 -04:00
committed by GitHub
6 changed files with 52 additions and 82 deletions

View File

@@ -218,6 +218,7 @@ public:
enum Menu::MenuName kludge_ingametemp;
int current_credits_list_index;
int menuxoff, menuyoff;
int menuspacing;
std::vector<MenuStackFrame> menustack;
void inline option(std::string text, bool active = true)