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 985df00f1e8c25616d07cafb2c8f9ad6ae73464a Author: [email protected] <[email protected]@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a> Date: Fri Aug 29 16:26:05 2014 +0000 All: Rend2: Remove a numIboIndexes=0 that is not read from tr_bsp.c --- MP/code/rend2/tr_bsp.c | 1 - SP/code/rend2/tr_bsp.c | 1 - 2 files changed, 2 deletions(-) diff --git a/MP/code/rend2/tr_bsp.c b/MP/code/rend2/tr_bsp.c index e903b15..5f4af25 100644 --- a/MP/code/rend2/tr_bsp.c +++ b/MP/code/rend2/tr_bsp.c @@ -3439,7 +3439,6 @@ void R_MergeLeafSurfaces(void) R_IssuePendingRenderCommands(); // actually merge surfaces - numIboIndexes = 0; mergedSurfIndex = 0; mergedSurf = s_worldData.mergedSurfaces; for (i = 0; i < numWorldSurfaces; i++) diff --git a/SP/code/rend2/tr_bsp.c b/SP/code/rend2/tr_bsp.c index 76e8731..fa274e5 100644 --- a/SP/code/rend2/tr_bsp.c +++ b/SP/code/rend2/tr_bsp.c @@ -3425,7 +3425,6 @@ void R_MergeLeafSurfaces(void) R_IssuePendingRenderCommands(); // actually merge surfaces - numIboIndexes = 0; mergedSurfIndex = 0; mergedSurf = s_worldData.mergedSurfaces; for (i = 0; i < numWorldSurfaces; 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

