why was different from kart
This commit is contained in:
parent
229d5cd564
commit
4d1454a299
1 changed files with 1 additions and 2 deletions
|
|
@ -8781,8 +8781,7 @@ static boolean P_MobjRegularThink(mobj_t *mobj)
|
|||
ghost->colorized = true; // already has color!
|
||||
}
|
||||
|
||||
if (P_IsObjectOnGround(mobj) && (mobj->momz * P_MobjFlip(mobj)) <= 0
|
||||
&& (mobj->state == &states[S_SSMINE_AIR1] || mobj->state == &states[S_SSMINE_AIR2]))
|
||||
if (P_IsObjectOnGround(mobj) && (mobj->state == &states[S_SSMINE_AIR1] || mobj->state == &states[S_SSMINE_AIR2]))
|
||||
{
|
||||
if (mobj->extravalue1 > 0)
|
||||
mobj->extravalue1--;
|
||||
|
|
|
|||
Loading…
Reference in a new issue