Fast escape fix (bug #619).
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1954 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -102,7 +102,8 @@ if ((InputState & DEVICE_BUTTON3)
|
||||
if (GetPrimType (&DisplayArray[ElementPtr->PrimIndex]) == STAMP_PRIM
|
||||
&& ElementPtr->life_span == NORMAL_LIFE
|
||||
&& !(ElementPtr->state_flags & FINITE_LIFE)
|
||||
&& ElementPtr->mass_points != MAX_SHIP_MASS * 10)
|
||||
&& ElementPtr->mass_points != MAX_SHIP_MASS * 10
|
||||
&& !(ElementPtr->state_flags & APPEARING))
|
||||
{
|
||||
extern void flee_preprocess (PELEMENT);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user