npf.c
changeset 3957 3c39694becd2
parent 3933 a5f08e17f4a0
child 3977 edb5b94e2094
--- a/npf.c	Sun Jun 04 18:22:32 2006 +0000
+++ b/npf.c	Mon Jun 05 08:34:39 2006 +0000
@@ -15,6 +15,7 @@
 #include "depot.h"
 #include "tunnel_map.h"
 #include "network.h"
+#include "water_map.h"
 
 static AyStar _npf_aystar;
 
@@ -491,6 +492,23 @@
 	return true; /* no need to check */
 }
 
+
+/**
+ * Returns the direction the exit of the depot on the given tile is facing.
+ */
+static DiagDirection GetDepotDirection(TileIndex tile, TransportType type)
+{
+	assert(IsTileDepotType(tile, type));
+
+	switch (type) {
+		case TRANSPORT_RAIL:  return GetRailDepotDirection(tile);
+		case TRANSPORT_ROAD:  return GetRoadDepotDirection(tile);
+		case TRANSPORT_WATER: return GetShipDepotDirection(tile);
+		default: return INVALID_DIAGDIR; /* Not reached */
+	}
+}
+
+
 /* Will just follow the results of GetTileTrackStatus concerning where we can
  * go and where not. Uses AyStar.user_data[NPF_TYPE] as the transport type and
  * an argument to GetTileTrackStatus. Will skip tunnels, meaning that the