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 66d60e2f23705ce342172b05b2d4645aa4f11866 Author: [email protected] <[email protected]@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a> Date: Sun Sep 7 01:01:33 2014 +0000 MP: Restore final parse for movespeed in bg_animation (Unused) --- MP/code/game/bg_animation.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MP/code/game/bg_animation.c b/MP/code/game/bg_animation.c index 9368604..f5a2a34 100644 --- a/MP/code/game/bg_animation.c +++ b/MP/code/game/bg_animation.c @@ -747,6 +747,9 @@ qboolean BG_AnimParseAnimConfig( animModelInfo_t *animModelInfo, const char *fil break; } headAnims[i].numFrames = atoi( token ); + + // skip the movespeed +- 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

