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 40cfd0576f
commit b80c4bae6b
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
};