Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DShopKeeper_Interface.h92 BOOLEAN CanMercInteractWithSelectedShopkeeper(const SOLDIERTYPE* s);
H A DShopKeeper_Interface.cc550 …AssertMsg(CanMercInteractWithSelectedShopkeeper(GetSelectedMan()), "Selected merc can't interact w… in EnterShopKeeperInterface()
5579 Assert(CanMercInteractWithSelectedShopkeeper(s)); in IfMercOwnedCopyItemToMercInv()
5611 Assert(CanMercInteractWithSelectedShopkeeper(s)); in IfMercOwnedRemoveItemFromMercInv2()
5637 if (!CanMercInteractWithSelectedShopkeeper(s)) return FALSE; in SKITryToReturnInvToOwnerOrCurrentMerc()
5704 BOOLEAN CanMercInteractWithSelectedShopkeeper(const SOLDIERTYPE* pSoldier) in CanMercInteractWithSelectedShopkeeper() function
5841 Assert( CanMercInteractWithSelectedShopkeeper( pDropSoldier ) ); in DealWithItemsStillOnTheTable()
H A DInterface_Panels.cc371 gfSMDisableForItems = !CanMercInteractWithSelectedShopkeeper(cur); in CheckForDisabledForGiveItem()