Don't set view_ofs here.
This commit is contained in:
parent
ed20861722
commit
aee6759772
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ HHDMultiplayerRules::PlayerSpawn(base_player pp)
|
||||||
setmodel(pl, pl.model);
|
setmodel(pl, pl.model);
|
||||||
|
|
||||||
setsize(pl, VEC_HULL_MIN, VEC_HULL_MAX);
|
setsize(pl, VEC_HULL_MIN, VEC_HULL_MAX);
|
||||||
pl.view_ofs = VEC_PLAYER_VIEWPOS;
|
|
||||||
pl.velocity = [0,0,0];
|
pl.velocity = [0,0,0];
|
||||||
pl.gravity = __NULL__;
|
pl.gravity = __NULL__;
|
||||||
pl.frame = 1;
|
pl.frame = 1;
|
||||||
|
|
Loading…
Reference in a new issue