mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
I don't know how these even come up
This commit is contained in:
parent
b4d6c160a9
commit
96a33f315c
1 changed files with 1 additions and 1 deletions
|
|
@ -12916,7 +12916,7 @@ void P_PlayerAfterThink(player_t *player)
|
||||||
player->mo->flags2 |= MF2_DONTDRAW;
|
player->mo->flags2 |= MF2_DONTDRAW;
|
||||||
player->mo->flags |= MF_NOGRAVITY;
|
player->mo->flags |= MF_NOGRAVITY;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (player->powers[pw_dye])
|
if (player->powers[pw_dye])
|
||||||
{
|
{
|
||||||
player->mo->colorized = true;
|
player->mo->colorized = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue