diff options
Diffstat (limited to 'src/game/g_main.c')
-rw-r--r-- | src/game/g_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c index eda9a91a..34793cb2 100644 --- a/src/game/g_main.c +++ b/src/game/g_main.c @@ -2120,7 +2120,7 @@ void CheckVote( void ) CheckTeamVote ================== */ -void CheckTeamVote( int team ) +void CheckTeamVote( team_t team ) { int cs_offset; |