Home
last modified time | relevance | path

Searched refs:ubNewAction (Results 1 – 2 of 2) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Editor/
H A DEditorMercs.h118 void UpdateScheduleAction( UINT8 ubNewAction );
H A DEditorMercs.cc2723 void UpdateScheduleAction( UINT8 ubNewAction ) in UpdateScheduleAction() argument
2725 gCurrSchedule.ubAction[ gubCurrentScheduleActionIndex ] = ubNewAction; in UpdateScheduleAction()
2726 …CS_SCHEDULE_ACTION1 + gubCurrentScheduleActionIndex]->SpecifyText(gszScheduleActions[ubNewAction]); in UpdateScheduleAction()
2727 iEditorButton[MERCS_SCHEDULE_ACTION1 + gubCurrentScheduleActionIndex]->SetUserData(ubNewAction); in UpdateScheduleAction()