diff --git a/sc2/src/sc2code/planets/lander.c b/sc2/src/sc2code/planets/lander.c index d6658c9ea..61f32510e 100644 --- a/sc2/src/sc2code/planets/lander.c +++ b/sc2/src/sc2code/planets/lander.c @@ -1650,7 +1650,7 @@ SetVelocityComponents ( else if (pMS->delta_item == 0 || (HIBYTE (pMS->delta_item) && ((CurrentInputState.key[PlayerControls[0]][KEY_ESCAPE] || - CurrentInputState.key[PlayerControls[0]][KEY_SPECIAL]) + CurrentInputState.key[PlayerControls[0]][KEY_SPECIAL]) || ((PLANETSIDE_DESC*)pMenuState->ModuleFrame)->InTransit))) { if (pMS->delta_item || pMS->CurState > EXPLOSION_LIFE + 60) @@ -1685,9 +1685,7 @@ SetVelocityComponents ( SetPrimType (&DisplayArray[ExplosionElementPtr->PrimIndex], STAMP_PRIM); DisplayArray[ExplosionElementPtr->PrimIndex].Object.Stamp.frame = - SetAbsFrameIndex ( - LanderFrame[0], 46 - ); + SetAbsFrameIndex (LanderFrame[0], 46); UnlockElement (hExplosionElement);