From 56382169c394bc6a1e63a91fdd59b58ac3974986 Mon Sep 17 00:00:00 2001 From: Mikko Tiusanen Date: Sun, 25 Jan 2015 23:47:16 +0200 Subject: Fixed compiler warnings in all game, cgame sources. --- src/game/g_team.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/g_team.c') 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; -- cgit