Small formatting cleanup.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3203 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1650,7 +1650,7 @@ SetVelocityComponents (
|
|||||||
else if (pMS->delta_item == 0
|
else if (pMS->delta_item == 0
|
||||||
|| (HIBYTE (pMS->delta_item)
|
|| (HIBYTE (pMS->delta_item)
|
||||||
&& ((CurrentInputState.key[PlayerControls[0]][KEY_ESCAPE] ||
|
&& ((CurrentInputState.key[PlayerControls[0]][KEY_ESCAPE] ||
|
||||||
CurrentInputState.key[PlayerControls[0]][KEY_SPECIAL])
|
CurrentInputState.key[PlayerControls[0]][KEY_SPECIAL])
|
||||||
|| ((PLANETSIDE_DESC*)pMenuState->ModuleFrame)->InTransit)))
|
|| ((PLANETSIDE_DESC*)pMenuState->ModuleFrame)->InTransit)))
|
||||||
{
|
{
|
||||||
if (pMS->delta_item || pMS->CurState > EXPLOSION_LIFE + 60)
|
if (pMS->delta_item || pMS->CurState > EXPLOSION_LIFE + 60)
|
||||||
@@ -1685,9 +1685,7 @@ SetVelocityComponents (
|
|||||||
|
|
||||||
SetPrimType (&DisplayArray[ExplosionElementPtr->PrimIndex], STAMP_PRIM);
|
SetPrimType (&DisplayArray[ExplosionElementPtr->PrimIndex], STAMP_PRIM);
|
||||||
DisplayArray[ExplosionElementPtr->PrimIndex].Object.Stamp.frame =
|
DisplayArray[ExplosionElementPtr->PrimIndex].Object.Stamp.frame =
|
||||||
SetAbsFrameIndex (
|
SetAbsFrameIndex (LanderFrame[0], 46);
|
||||||
LanderFrame[0], 46
|
|
||||||
);
|
|
||||||
|
|
||||||
UnlockElement (hExplosionElement);
|
UnlockElement (hExplosionElement);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user