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:
meep-eep
2002-12-19 02:53:13 +00:00
parent 63439b6731
commit 061ffaf524
3 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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;