mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +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:
@@ -1436,7 +1436,7 @@ void MercLooksForCorpses( SOLDIERTYPE *pSoldier )
|
||||
BeginMultiPurposeLocator( sGridNo, pCorpse->def.bLevel, FALSE );
|
||||
|
||||
// Slide to...
|
||||
SlideToLocation( 0, sGridNo );
|
||||
SlideToLocation( sGridNo );
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user