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 31200f5667976b8ece3f46bf0fd8ad11373abbde Author: [email protected] <[email protected]@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a> Date: Sat Mar 15 01:56:08 2014 +0000 MP: Fix multi_flagpoleAnimsInline size --- MP/code/cgame/cg_ents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MP/code/cgame/cg_ents.c b/MP/code/cgame/cg_ents.c index 41df60d..43651f3 100644 --- a/MP/code/cgame/cg_ents.c +++ b/MP/code/cgame/cg_ents.c @@ -1174,7 +1174,7 @@ static animationInline_t footlockerAnimsInline[3] = { // DHM - Nerve :: capture and hold flag -static animationInline_t multi_flagpoleAnimsInline[] = { +static animationInline_t multi_flagpoleAnimsInline[9] = { {"", 0, 1, 0, 1000 / 15, 1000 / 15 }, // (no flags, idle) {"", 0, 15, 0, 1000 / 15, 1000 / 15 }, // (axis flag rising) {"", 490, 15, 0, 1000 / 15, 1000 / 15 }, // (american flag rising) -- 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

