mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 11:51:11 +00:00
CLIENT: Stop forcing a scale of 1.4x for client models
This commit is contained in:
parent
a3de55e071
commit
d3b088fcf0
1 changed files with 0 additions and 4 deletions
|
@ -558,8 +558,6 @@ noref void(float isnew) CSQC_Ent_Update =
|
|||
self.movetype = readshort();
|
||||
self.flags = readfloat();
|
||||
self.stance = readbyte();
|
||||
|
||||
self.scale = 1.4;
|
||||
|
||||
setmodelindex(self, self.modelindex);
|
||||
if (self.stance == 2)
|
||||
|
@ -567,8 +565,6 @@ noref void(float isnew) CSQC_Ent_Update =
|
|||
else
|
||||
setsize(self, PLAYER_MINS_CROUCHING, PLAYER_MAXS_CROUCHING);
|
||||
|
||||
|
||||
//setorigin(self, self.origin);
|
||||
} else {
|
||||
if(isnew)
|
||||
addentity(self);
|
||||
|
|
Loading…
Reference in a new issue