diff options
author | Tim Angus <tim@ngus.net> | 2009-10-10 10:46:11 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:45 +0000 |
commit | 1480804b941ebd2b783aa09dfc333e783ebae3a9 (patch) | |
tree | 454587a3cfa38ff00a6b45826e820c4c10ab93bc /src/game/g_team.c | |
parent | 902ab6c0138eb3b93b3f3cbae1c6af7d0935c038 (diff) |
* Update restricted config strings after a game ends
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 6a528b4f..51258089 100644 --- a/src/game/g_team.c +++ b/src/game/g_team.c @@ -108,7 +108,7 @@ static clientList_t G_ClientListForTeam( team_t team ) G_UpdateTeamConfigStrings ================== */ -static void G_UpdateTeamConfigStrings( void ) +void G_UpdateTeamConfigStrings( void ) { clientList_t alienTeam = G_ClientListForTeam( TEAM_ALIENS ); clientList_t humanTeam = G_ClientListForTeam( TEAM_HUMANS ); |