This is an automated email from the git hooks/post-receive script. smcv pushed a commit to tag 1.51b in repository iortcw.
commit 56d0754490d271f44dfbbb018672fcd705ddf165 Author: MAN-AT-ARMS <[email protected]> Date: Mon Jun 12 18:14:11 2017 -0400 All: Fix comment for CG_SetInitialSnapshot --- MP/code/cgame/cg_snapshot.c | 7 ++----- SP/code/cgame/cg_snapshot.c | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/MP/code/cgame/cg_snapshot.c b/MP/code/cgame/cg_snapshot.c index 47af275..d2db1b7 100644 --- a/MP/code/cgame/cg_snapshot.c +++ b/MP/code/cgame/cg_snapshot.c @@ -123,11 +123,8 @@ static void CG_TransitionEntity( centity_t *cent ) { ================== CG_SetInitialSnapshot -This will only happen on the very first snapshot, or -on tourney restarts. All other times will use -CG_TransitionSnapshot instead. - -FIXME: Also called by map_restart? +This will only happen on the very first snapshot. +All other times will use CG_TransitionSnapshot instead. ================== */ void CG_SetInitialSnapshot( snapshot_t *snap ) { diff --git a/SP/code/cgame/cg_snapshot.c b/SP/code/cgame/cg_snapshot.c index 937c67e..2716934 100644 --- a/SP/code/cgame/cg_snapshot.c +++ b/SP/code/cgame/cg_snapshot.c @@ -127,11 +127,8 @@ static void CG_TransitionEntity( centity_t *cent ) { ================== CG_SetInitialSnapshot -This will only happen on the very first snapshot, or -on tourney restarts. All other times will use -CG_TransitionSnapshot instead. - -FIXME: Also called by map_restart? +This will only happen on the very first snapshot. +All other times will use CG_TransitionSnapshot instead. ================== */ void CG_SetInitialSnapshot( snapshot_t *snap ) { -- 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

