Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/
H A DMessageBoxScreen.h19 MSG_BOX_FLAG_YESNOLIE, // ok and contract buttons enumerator
H A DMessageBoxScreen.cc260 case MSG_BOX_FLAG_YESNOLIE: in DoMessageBox()
372 case MSG_BOX_FLAG_YESNOLIE: in ExitMsgBox()
508 case MSG_BOX_FLAG_YESNOLIE: in MessageBoxScreenHandle()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DInterface_Dialogue.cc4209 …DoMessageBox(MSG_BOX_BASIC_STYLE, TacticalStr[YESNOLIE_STR], GAME_SCREEN, MSG_BOX_FLAG_YESNOLIE, D… in StartDialogueMessageBox()