mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Mark TacticalStatusType::sSlideReason as _UNUSED
Removed from function call parameters at the same time. It was supplied to SlideTo, SlideToLocation and SoldierLocationRelativeToScreen but was never used.
This commit is contained in:
@@ -40,7 +40,7 @@ BOOLEAN CycleSoldierFindStack( INT32 usMapPos );
|
||||
BOOLEAN GridNoOnScreen( INT32 sGridNo );
|
||||
|
||||
BOOLEAN SoldierOnScreen( SoldierID usID );
|
||||
BOOLEAN SoldierLocationRelativeToScreen( INT32 sGridNo, UINT16 usReasonID, INT8 *pbDirection, UINT32 *puiScrollFlags );
|
||||
BOOLEAN SoldierLocationRelativeToScreen( INT32 sGridNo, INT8 *pbDirection, UINT32 *puiScrollFlags );
|
||||
void GetSoldierScreenPos( SOLDIERTYPE *pSoldier, INT16 *psScreenX, INT16 *psScreenY );
|
||||
void GetSoldierAnimDims( SOLDIERTYPE *pSoldier, INT16 *psHeight, INT16 *psWidth );
|
||||
void GetSoldierAnimOffsets( SOLDIERTYPE *pSoldier, INT16 *sOffsetX, INT16 *sOffsetY );
|
||||
|
||||
Reference in New Issue
Block a user