mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Fix comment for CG_SetInitialSnapshot
This commit is contained in:
parent
1048073e26
commit
1456008d96
1 changed files with 2 additions and 5 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in a new issue