[iortcw] 208/497: MP: Restore final parse for movespeed in bg_animation (Unused)

Simon McVittie smcv at debian.org
Fri Sep 8 10:36:52 UTC 2017


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: M4N4T4RMS at gmail.com <M4N4T4RMS at gmail.com@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



More information about the Pkg-games-commits mailing list