Fix compiler warning

This commit is contained in:
cim 2013-06-29 20:07:04 +01:00
parent 0ff36ce8fd
commit 1c793e906a

View File

@ -1867,7 +1867,7 @@ NSDictionary *OOMakeDockingInstructions(StationEntity *station, Vector coords, f
{
OOLog(@"station.launchShip.impossible", @"Cancelled launch for an escort ship, as the %@ has no launch docks.",
[self displayName]);
return;
return nil;
}
ShipEntity *escort_ship;