(svn r242) -Fix: Pathfinding bug for road vehicles introduced in r160 fixed (blathijs)
-Fix: Pathfinding under bridges bug for ships introduced in r160 fixed (Darkvater)
This commit is contained in:
6
ttd.h
6
ttd.h
@@ -104,10 +104,10 @@ typedef enum TransportTypes {
|
||||
* bridges. For now, you should just not change the values for road
|
||||
* and rail.
|
||||
*/
|
||||
TRANSPORT_RAIL = 0,
|
||||
TRANSPORT_RAIL = 0,
|
||||
TRANSPORT_ROAD = 1,
|
||||
TRANSPORT_WATER,
|
||||
TRANSPORT_MAX
|
||||
TRANSPORT_WATER, // = 2
|
||||
TRANSPORT_MAX // = 3
|
||||
} TransportType;
|
||||
|
||||
typedef struct TileInfo {
|
||||
|
||||
Reference in New Issue
Block a user