Warning: ob_start(): function 'compress_handler' not found or invalid function name in /www/htdocs/xfmantis/core.php on line 18

SYSTEM WARNING: Cannot modify header information - headers already sent by (output started at /www/htdocs/xfmantis/core.php:18)

SYSTEM WARNING: Cannot modify header information - headers already sent by (output started at /www/htdocs/xfmantis/core.php:18)

SYSTEM WARNING: Cannot modify header information - headers already sent by (output started at /www/htdocs/xfmantis/core.php:18)

SYSTEM WARNING: Cannot modify header information - headers already sent by (output started at /www/htdocs/xfmantis/core.php:18)

SYSTEM WARNING: Cannot modify header information - headers already sent by (output started at /www/htdocs/xfmantis/core.php:18)

SYSTEM WARNING: Cannot modify header information - headers already sent by (output started at /www/htdocs/xfmantis/core.php:18)

SYSTEM WARNING: Cannot modify header information - headers already sent by (output started at /www/htdocs/xfmantis/core.php:18)

SYSTEM WARNING: Cannot modify header information - headers already sent by (output started at /www/htdocs/xfmantis/core.php:18)

Index: game/source/components/RaumschiffList.pas =================================================================== --- game/source/components/RaumschiffList.pas (Revision 598) +++ game/source/components/RaumschiffList.pas (Arbeitskopie) @@ -2522,9 +2522,8 @@ case fMission of rmKauf : result:=GetZielBasis.Name; rmVerkauf : result:=country_api_LandOverPos(fZiel); - rmTransferAlphatron : + rmTransferAlphatron, rmTransport: begin - for Dummy:=0 to basis_api_GetBasisCount-1 do begin if SamePoint(basis_api_GetBasisFromIndex(Dummy).BasisPos,fZiel) then @@ -2538,7 +2537,6 @@ result:='unbekannt'; end; end; - rmTransport : result:=GetZielBasis.Name; end; end; @@ -3449,11 +3447,14 @@ CheckLadeRaum; end; +//funktioniert nur bei XCom Schiffen procedure TAirCraft.BackToBase; begin + if (not(fXCom)) then + exit; if (fZiel.X=-1) and (fEinsatzID=0) and (fUFOID=0) and (fTownID=0) and (fSchiffID=0) then exit; - + fZiel:=FloatPoint(-1,-1); fEinsatzID:=0; fUFOID:=0;