mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
Remove unused function parameter
This commit is contained in:
@@ -603,7 +603,7 @@ SOLDIERTYPE* TacticalCreateSoldier( SOLDIERCREATE_STRUCT *pCreateStruct, UINT16
|
||||
}
|
||||
if ( is_server && tbTeam > OUR_TEAM && tbTeam < PLAYER_PLAN )
|
||||
{
|
||||
send_AI(pCreateStruct,pubID);
|
||||
send_AI(pCreateStruct);
|
||||
}
|
||||
if(is_client && !is_server && tfPP==1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user