mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Convert GetSoldierIDFromMercID() to SoldierID
This commit is contained in:
@@ -41,8 +41,8 @@ BOOLEAN IsMercOnTeam( UINT8 ubMercID, BOOLEAN aAlreadyInCountry, BOOLEAN aAlive
|
||||
|
||||
|
||||
|
||||
// GetSoldierIDFromMercID() Gets the Soldier ID from the Merc Profile ID, else returns -1
|
||||
INT16 GetSoldierIDFromMercID(UINT8 ubMercID);
|
||||
// GetSoldierIDFromMercID() Gets the Soldier ID from the Merc Profile ID, else returns NOBODY
|
||||
SoldierID GetSoldierIDFromMercID(UINT8 ubMercID);
|
||||
|
||||
INT32 FindGridNoFromSweetSpotWithStructData( SOLDIERTYPE *pSoldier, UINT16 usAnimState, INT32 sSweetGridNo, INT8 ubRadius, UINT8 *pubDirection, BOOLEAN fClosestToMerc );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user