Correct TeamCount return type and team argument type
This commit is contained in:
parent
1b2a6abed9
commit
b6d64b7dc4
2 changed files with 2 additions and 2 deletions
|
@ -540,7 +540,7 @@ TeamCount
|
|||
Returns number of players on a team
|
||||
================
|
||||
*/
|
||||
team_t TeamCount( int ignoreClientNum, int team ) {
|
||||
int TeamCount( int ignoreClientNum, team_t team ) {
|
||||
int i;
|
||||
int count = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue