File diff r3999:11007d71fa74 → r4000:702cb45b8eab
order_cmd.c
Show inline comments
 
@@ -189,7 +189,7 @@ int32 CmdInsertOrder(TileIndex tile, uin
 
			st = GetStation(new_order.station);
 

	
 
			if (!IsValidStation(st) ||
 
					(st->airport_type != AT_OILRIG && !(IsBuoy(st)) && !CheckOwnership(st->owner))) {
 
					(st->airport_type != AT_OILRIG && !IsBuoy(st) && !CheckOwnership(st->owner))) {
 
				return CMD_ERROR;
 
			}