Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Utils/
H A DPopUpBox.cc198 static void RemoveBoxSecondaryText(PopUpBox*, INT32 hStringHandle);
388 static void RemoveBoxPrimaryText(PopUpBox*, INT32 hStringHandle);
691 static void RemoveBoxPrimaryText(PopUpBox* const Box, const INT32 hStringHandle) in RemoveBoxPrimaryText() argument
694 Assert( hStringHandle < MAX_POPUP_BOX_STRING_COUNT ); in RemoveBoxPrimaryText()
697 if (Box->Text[hStringHandle] != NULL) in RemoveBoxPrimaryText()
699 delete Box->Text[hStringHandle]; in RemoveBoxPrimaryText()
700 Box->Text[hStringHandle] = NULL; in RemoveBoxPrimaryText()
708 Assert( hStringHandle < MAX_POPUP_BOX_STRING_COUNT ); in RemoveBoxSecondaryText()
711 if (Box->pSecondColumnString[hStringHandle] != NULL) in RemoveBoxSecondaryText()
713 delete Box->pSecondColumnString[hStringHandle]; in RemoveBoxSecondaryText()
[all …]