Codechange: Always set the ODATFB_NEAREST_DEPOT flag for 'any depot' orders
This commit is contained in:
committed by
Michael Lutz
parent
4daad7f348
commit
a9a21e784d
@@ -10,9 +10,13 @@
|
||||
#ifndef DEPOT_TYPE_H
|
||||
#define DEPOT_TYPE_H
|
||||
|
||||
typedef uint16 DepotID; ///< Type for the unique identifier of depots.
|
||||
#include "station_type.h"
|
||||
|
||||
typedef StationID DepotID; ///< Type for the unique identifier of depots.
|
||||
struct Depot;
|
||||
|
||||
static const DepotID INVALID_DEPOT = INVALID_STATION;
|
||||
|
||||
static const uint MAX_LENGTH_DEPOT_NAME_CHARS = 32; ///< The maximum length of a depot name in characters including '\0'
|
||||
|
||||
#endif /* DEPOT_TYPE_H */
|
||||
|
||||
Reference in New Issue
Block a user