mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-23 05:51:58 +00:00
Fixed that bug the wrong way, THIS is a much better solution for what I wanted to tweak.
This commit is contained in:
parent
dc57a34213
commit
4f79157a50
1 changed files with 1 additions and 0 deletions
|
|
@ -7013,6 +7013,7 @@ static void P_MovePlayer(player_t *player)
|
|||
if (player->homing == 0)
|
||||
{
|
||||
P_ResetPlayer(player);
|
||||
player->pflags |= PF_THOKKED; // silly silly
|
||||
player->mo->momx >>= 3;
|
||||
player->mo->momy >>= 3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue