mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'followmobj_scale' into 'master'
Smiles tail scale See merge request STJr/SRB2Internal!273
This commit is contained in:
commit
5b2a47b869
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->threshold = player->mo->z;
|
||||||
player->followmobj->movecount = player->panim;
|
player->followmobj->movecount = player->panim;
|
||||||
player->followmobj->angle = horizangle;
|
player->followmobj->angle = horizangle;
|
||||||
player->followmobj->scale = player->mo->scale;
|
|
||||||
P_SetScale(player->followmobj, player->mo->scale);
|
P_SetScale(player->followmobj, player->mo->scale);
|
||||||
player->followmobj->destscale = player->mo->destscale;
|
player->followmobj->destscale = player->mo->destscale;
|
||||||
player->followmobj->radius = player->mo->radius;
|
player->followmobj->radius = player->mo->radius;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue