From 7237f0bab3f7e10073049bf282bc3ecc7447c935 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Thu, 8 Oct 2009 19:39:43 +0000 Subject: [PATCH] Small formatting cleanup. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3203 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/planets/lander.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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);