diff options
Diffstat (limited to 'mp/src/game/server/team_control_point.h')
| -rw-r--r-- | mp/src/game/server/team_control_point.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mp/src/game/server/team_control_point.h b/mp/src/game/server/team_control_point.h index 816a3ac1..bfcfe100 100644 --- a/mp/src/game/server/team_control_point.h +++ b/mp/src/game/server/team_control_point.h @@ -82,7 +82,7 @@ public: void SetCappersRequiredForTeam( int iGameTeam, int iCappers ); - void CaptureBlocked( CBaseMultiplayerPlayer *pPlayer ); + void CaptureBlocked( CBaseMultiplayerPlayer *pPlayer, CBaseMultiplayerPlayer *pVictim ); int PointValue( void ); |