Correct spelling mistakes.
This commit is contained in:
parent
14cb72f912
commit
fe42b8653d
105 changed files with 212 additions and 212 deletions
|
@ -1289,7 +1289,7 @@ void CG_AddPlayerWeapon( refEntity_t *parent, playerState_t *ps, centity_t *cent
|
|||
nonPredictedCent = &cg_entities[cent->currentState.clientNum];
|
||||
|
||||
// if the index of the nonPredictedCent is not the same as the clientNum
|
||||
// then this is a fake player (like on teh single player podiums), so
|
||||
// then this is a fake player (like on the single player podiums), so
|
||||
// go ahead and use the cent
|
||||
if( ( nonPredictedCent - cg_entities ) != cent->currentState.clientNum ) {
|
||||
nonPredictedCent = cent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue