This is an automated email from the git hooks/post-receive script. smcv pushed a commit to annotated tag debian/1.36+u20170908+dfsg1-1 in repository ioquake3.
commit 9736e7ff91a45e301da8d8b7e1642ed1b0bb7363 Author: Zack Middleton <z...@cloemail.com> Date: Wed Aug 9 19:19:59 2017 -0500 Fix compiling Cmd_CallTeamVote_f --- code/game/g_cmds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/g_cmds.c b/code/game/g_cmds.c index c56a1de..4f73c1d 100644 --- a/code/game/g_cmds.c +++ b/code/game/g_cmds.c @@ -1468,6 +1468,7 @@ Cmd_CallTeamVote_f ================== */ void Cmd_CallTeamVote_f( gentity_t *ent ) { + char* c; int i, team, cs_offset; char arg1[MAX_STRING_TOKENS]; char arg2[MAX_STRING_TOKENS]; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git _______________________________________________ Pkg-games-commits mailing list Pkg-games-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits