mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Convert to SoldierID
This commit is contained in:
@@ -6403,10 +6403,10 @@ void ShowRadioLocator( SoldierID ubID, UINT8 ubLocatorSpeed )
|
||||
}
|
||||
}
|
||||
|
||||
void EndRadioLocator( UINT16 ubID )
|
||||
void EndRadioLocator( SoldierID ubID )
|
||||
{
|
||||
MercPtrs[ ubID ]->flags.fFlashLocator = FALSE;
|
||||
MercPtrs[ ubID ]->flags.fShowLocator = FALSE;
|
||||
ubID->flags.fFlashLocator = FALSE;
|
||||
ubID->flags.fShowLocator = FALSE;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user