Bunch of comment fixes

This commit is contained in:
Tequila 2014-03-13 02:20:54 +01:00
parent 0e6632f464
commit baca82d64e
17 changed files with 21 additions and 20 deletions

View file

@ -269,7 +269,7 @@ static void CG_OffsetThirdPersonView( void ) {
VectorCopy( trace.endpos, view );
view[2] += (1.0 - trace.fraction) * 32;
// try another trace to this position, because a tunnel may have the ceiling
// close enogh that this is poking out
// close enough that this is poking out
CG_Trace( &trace, cg.refdef.vieworg, mins, maxs, view, cg.predictedPlayerState.clientNum, MASK_SOLID );
VectorCopy( trace.endpos, view );