Skip to content

Commit

Permalink
Comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 11, 2004
1 parent 711ecdf commit 4e16be3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doomsday/Src/sv_main.c
Expand Up @@ -282,11 +282,12 @@ int Sv_Latency(byte cmdtime)
return Net_TimeDelta(gametic, cmdtime);
}

//===========================================================================
// Sv_FixLocalAngles
// For local players.
//===========================================================================
void Sv_FixLocalAngles()
/*
* Check the FIXANGLES flag of local players. Angle fixing means that
* the 'clientside' angles will be synced to match the angles of the
* player's mobj. Usually the sync goes the other way.
*/
void Sv_FixLocalAngles(void)
{
ddplayer_t *pl;
int i;
Expand Down

0 comments on commit 4e16be3

Please sign in to comment.