REFACTOR [reletive -> relative]
From /dev/humancontroller.
This commit is contained in:
parent
f3e7012bdb
commit
ad5c5c32a6
10 changed files with 13 additions and 13 deletions
|
@ -149,7 +149,7 @@ static void CG_AddTestModel (void) {
|
|||
return;
|
||||
}
|
||||
|
||||
// if testing a gun, set the origin reletive to the view origin
|
||||
// if testing a gun, set the origin relative to the view origin
|
||||
if ( cg.testGun ) {
|
||||
VectorCopy( cg.refdef.vieworg, cg.testModelEntity.origin );
|
||||
VectorCopy( cg.refdef.viewaxis[0], cg.testModelEntity.axis[0] );
|
||||
|
@ -677,7 +677,7 @@ static int CG_CalcViewValues( void ) {
|
|||
CG_OffsetFirstPersonView();
|
||||
}
|
||||
|
||||
// position eye reletive to origin
|
||||
// position eye relative to origin
|
||||
AnglesToAxis( cg.refdefViewAngles, cg.refdef.viewaxis );
|
||||
|
||||
if ( cg.hyperspace ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue