mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-04 04:36:21 +00:00
Fix pointer typo (whoops)
This commit is contained in:
parent
8958355e22
commit
b3dab79f7c
1 changed files with 1 additions and 1 deletions
|
|
@ -10986,7 +10986,7 @@ static void P_DoMetalJetFume(player_t *player, mobj_t *fume)
|
|||
{
|
||||
if (dashmode == DASHMODE_THRESHOLD && dashmode > fume->movecount) // If just about to enter dashmode, play the startup animation again
|
||||
{
|
||||
P_SetMobjState(fume, fume->seestate);
|
||||
P_SetMobjState(fume, fume->info->seestate);
|
||||
P_SetScale(fume, mo->scale << 1);
|
||||
}
|
||||
fume->flags2 = (fume->flags2 & ~MF2_DONTDRAW) | (mo->flags2 & MF2_DONTDRAW);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue