mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-23 14:01:14 +00:00
Also fix bubble
This commit is contained in:
parent
60f08f2380
commit
6651bd4043
1 changed files with 1 additions and 0 deletions
|
|
@ -4069,6 +4069,7 @@ static void P_HandleFollower(player_t *player)
|
|||
// match follower's momentums and (e)flags(2).
|
||||
bmobj->momx = player->follower->momx;
|
||||
bmobj->momy = player->follower->momy;
|
||||
bmobj->z += deltaz/ (INT32)fl.vertlag;
|
||||
bmobj->momz = player->follower->momz;
|
||||
|
||||
P_SetScale(bmobj, FixedMul(bubble, player->mo->scale));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue