openttd.h
changeset 3333 5feb21487332
parent 3173 f56ca618721b
child 3344 fc86351d4641
--- a/openttd.h	Sat Mar 25 15:47:20 2006 +0000
+++ b/openttd.h	Sun Mar 26 11:08:44 2006 +0000
@@ -110,11 +110,10 @@
 
 typedef enum TransportTypes {
 	/* These constants are for now linked to the representation of bridges
-	 * and tunnels, so they can be used by GetTileTrackStatus_TunnelBridge
-	 * to compare against the map5 array. In an ideal world, these
-	 * constants would be used everywhere when accessing tunnels and
-	 * bridges. For now, you should just not change the values for road
-	 * and rail.
+	 * and tunnels, so they can be used by GetTileTrackStatus_TunnelBridge.
+	 * In an ideal world, these constants would be used everywhere when
+	 * accessing tunnels and bridges. For now, you should just not change
+	 * the values for road and rail.
 	 */
 	TRANSPORT_RAIL = 0,
 	TRANSPORT_ROAD = 1,