Home
last modified time | relevance | path

Searched refs:MAP_EXIT_TO_OPTIONS (Results 1 – 3 of 3) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Strategic/
H A DMap_Screen_Interface_Bottom.h16 MAP_EXIT_TO_OPTIONS = 2, enumerator
H A DMap_Screen_Interface_Bottom.cc299 …guiMapBottomExitButtons[MAP_EXIT_TO_OPTIONS] = MakeExitButton(18, 19, STD_SCREEN_X + 458, STD_SCR… in CreateButtonsForMapScreenInterfaceBottom()
358 RequestTriggerExitFromMapscreen(MAP_EXIT_TO_OPTIONS); in BtnOptionsFromMapScreenCallback()
760 …for (ExitToWhere iExitButtonIndex = MAP_EXIT_TO_LAPTOP; iExitButtonIndex <= MAP_EXIT_TO_OPTIONS; +… in EnableDisableBottomButtonsAndRegions()
807 EnableButton(guiMapBottomExitButtons[MAP_EXIT_TO_OPTIONS], fEnable); in EnableDisAbleMapScreenOptionsButton()
1192 case MAP_EXIT_TO_OPTIONS: in HandleExitsFromMapScreen()
H A DMapScreen.cc2903 case 'o': RequestTriggerExitFromMapscreen(MAP_EXIT_TO_OPTIONS); break; in HandleModNone()