[iortcw] 07/89: All: Fix comment for CG_SetInitialSnapshot

Simon McVittie smcv at debian.org
Fri Sep 8 10:44:14 UTC 2017


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



More information about the Pkg-games-commits mailing list