Menu map fixes and resizable window on GLFW

This commit is contained in:
eray orçunus
2020-05-09 13:43:08 +03:00
parent e0b3418e65
commit f754da272f
4 changed files with 41 additions and 10 deletions

View File

@@ -459,6 +459,8 @@ const CMenuScreen aScreens[] = {
#ifdef MENU_MAP
// MENUPAGE_MAP = 59
{ "FEG_MAP", 1, MENUPAGE_NONE, MENUPAGE_NONE, 5, 2,
MENUACTION_UNK110, "", SAVESLOT_NONE, MENUPAGE_NONE, // to prevent cross/enter to go back
MENUACTION_CHANGEMENU, "FEDS_TB", SAVESLOT_NONE, MENUPAGE_NONE,
},
#endif
};