Autopilot works in Quasispace when without fuel, from fOSSiL.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@443 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -198,7 +198,8 @@ LeaveAutoPilot:
|
||||
&ElementPtr->velocity,
|
||||
&dx, &dy
|
||||
);
|
||||
if (GLOBAL_SIS (FuelOnBoard)
|
||||
if ((GLOBAL_SIS (FuelOnBoard)
|
||||
|| GET_GAME_STATE (ARILOU_SPACE_SIDE) > 1)
|
||||
&& (int)facing == (int)StarShipPtr->ShipFacing)
|
||||
{
|
||||
StarShipPtr->cur_status_flags |= SHIP_AT_MAX_SPEED;
|
||||
|
||||
Reference in New Issue
Block a user