mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +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:
@@ -977,7 +977,7 @@ void HandleDialogue( )
|
||||
gTacticalStatus.fLockItemLocators = FALSE;
|
||||
|
||||
// Slide to location!
|
||||
SlideToLocation( 0, QItem.uiSpecialEventData );
|
||||
SlideToLocation( QItem.uiSpecialEventData );
|
||||
|
||||
// Flugente: only set up face if we can access correctly
|
||||
if ( QItem.iFaceIndex >= 0 )
|
||||
|
||||
Reference in New Issue
Block a user