diff options
author | Mikko Tiusanen <ams@daug.net> | 2015-01-25 23:47:16 +0200 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2015-01-25 23:47:16 +0200 |
commit | 56382169c394bc6a1e63a91fdd59b58ac3974986 (patch) | |
tree | ca7b9e762d4dfc7a11bc01e7dcbe072f465dc343 /src/game/g_team.c | |
parent | 67948a489d2a07b94b6d5a3eeb2b642146865a61 (diff) |
Fixed compiler warnings in all game, cgame sources.
Diffstat (limited to 'src/game/g_team.c')
-rw-r--r-- | src/game/g_team.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_team.c b/src/game/g_team.c index fd62600..ce83c11 100644 --- a/src/game/g_team.c +++ b/src/game/g_team.c @@ -282,7 +282,7 @@ void G_ChangeTeam( gentity_t *ent, team_t newTeam ) /* Call this method to balance teams */ -void G_BalanceTeams() +void G_BalanceTeams( void ) { team_t sourceTeam; gentity_t *ent; |