Rearranging and cleaning up some assorted code

This commit is contained in:
Liru Færs
2019-10-20 01:36:41 -04:00
parent f5fd05a1e4
commit ebcbf79237
6 changed files with 10 additions and 8 deletions

View File

@@ -461,6 +461,7 @@ static void settings_to_globals()
BTN_HEIGHT_SMALL = gSavedSettings.getS32("ButtonHeightSmall");
BTN_HEIGHT = gSavedSettings.getS32("ButtonHeight");
extern S32 MENU_BAR_HEIGHT;
MENU_BAR_HEIGHT = gSavedSettings.getS32("MenuBarHeight");
extern S32 STATUS_BAR_HEIGHT;
STATUS_BAR_HEIGHT = gSavedSettings.getS32("StatusBarHeight");