Fix pointer typo (whoops)

This commit is contained in:
lachwright 2019-10-26 08:34:38 +08:00
parent aa34f74f75
commit 6c9ad67c84
1 changed files with 1 additions and 1 deletions

View File

@ -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);