This is an automated email from the git hooks/post-receive script. smcv pushed a commit to annotated tag 1.42d in repository iortcw.
commit 34b16bc29b549453cd5361f727bc7cc007ff6750 Author: [email protected] <[email protected]@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a> Date: Tue Sep 9 07:09:30 2014 +0000 MP: Fix typo in bg_animation --- MP/code/game/bg_animation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MP/code/game/bg_animation.c b/MP/code/game/bg_animation.c index f5a2a34..da025eb 100644 --- a/MP/code/game/bg_animation.c +++ b/MP/code/game/bg_animation.c @@ -749,7 +749,7 @@ qboolean BG_AnimParseAnimConfig( animModelInfo_t *animModelInfo, const char *fil headAnims[i].numFrames = atoi( token ); // skip the movespeed -- COM_ParseExt( &text_p, qfalse ); + COM_ParseExt( &text_p, qfalse ); } animModelInfo->numHeadAnims = i; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

