HandleLeavingOfEquipmentInCurrentSector() to SoldierID

This commit is contained in:
Asdow
2024-11-16 20:09:14 +02:00
parent cd720a639a
commit 42d5ecb923
2 changed files with 27 additions and 22 deletions
+1 -1
View File
@@ -513,7 +513,7 @@ void DeselectSelectedListMercsWhoCantMoveWithThisGuy( SOLDIERTYPE *pSoldier );
void GetMoraleString( SOLDIERTYPE *pSoldier, STR16 sString );
// handle leaving of equipment in sector
void HandleLeavingOfEquipmentInCurrentSector( UINT32 uiMercId );
void HandleLeavingOfEquipmentInCurrentSector( SoldierID uiMercId );
// set up a linked list of items being dropped and post an event to later drop them
void HandleMercLeavingEquipmentInDrassen( UINT32 uiMercId );