From 1456008d961bc7cf3bc633e4cd7ebc981d408cc8 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Wed, 7 Jun 2017 19:41:46 -0500 Subject: [PATCH] Fix comment for CG_SetInitialSnapshot --- code/cgame/cg_snapshot.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/code/cgame/cg_snapshot.c b/code/cgame/cg_snapshot.c index a2e018db..4ad77d61 100644 --- a/code/cgame/cg_snapshot.c +++ b/code/cgame/cg_snapshot.c @@ -76,11 +76,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 ) {