mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-20 19:02:34 +00:00
Merge branch 'followmobj_scale' into 'master'
Smiles tail scale See merge request STJr/SRB2Internal!273
This commit is contained in:
commit
2503c2f392
1 changed files with 0 additions and 1 deletions
|
@ -11641,7 +11641,6 @@ void P_PlayerAfterThink(player_t *player)
|
|||
player->followmobj->threshold = player->mo->z;
|
||||
player->followmobj->movecount = player->panim;
|
||||
player->followmobj->angle = horizangle;
|
||||
player->followmobj->scale = player->mo->scale;
|
||||
P_SetScale(player->followmobj, player->mo->scale);
|
||||
player->followmobj->destscale = player->mo->destscale;
|
||||
player->followmobj->radius = player->mo->radius;
|
||||
|
|
Loading…
Reference in a new issue