Bunch of comment fixes
This commit is contained in:
parent
0e6632f464
commit
baca82d64e
17 changed files with 21 additions and 20 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue