From 9712d6f639c2a32aac05c22ff17cdb3ee32a977d Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 1 Feb 2006 06:32:03 +0000 Subject: (svn r3510) Fiddle with whitespace and parentheses --- npf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'npf.h') diff --git a/npf.h b/npf.h index 743a439e9..380f29fa3 100644 --- a/npf.h +++ b/npf.h @@ -64,6 +64,7 @@ typedef struct NPFFoundTargetData { /* Meant to be stored in AyStar.userpath */ * station for the given transport type. See the declaration of * NPFFoundTargetData above for the meaning of the result. */ NPFFoundTargetData NPFRouteToStationOrTile(TileIndex tile, Trackdir trackdir, NPFFindStationOrTileData* target, TransportType type, Owner owner, RailType railtype); + /* Will search as above, but with two start nodes, the second being the * reverse. Look at the NPF_FLAG_REVERSE flag in the result node to see which * direction was taken (NPFGetBit(result.node, NPF_FLAG_REVERSE)) */ -- cgit v1.2.3-54-g00ecf