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 ) {