Fix a9a21e78: Depots aren't really stations.

pull/451/head
Michael Lutz 2 years ago
parent 1e3e30c096
commit 3a11a2ed0e

@ -12,10 +12,10 @@
#include "station_type.h"
typedef StationID DepotID; ///< Type for the unique identifier of depots.
typedef uint16 DepotID; ///< Type for the unique identifier of depots.
struct Depot;
static const DepotID INVALID_DEPOT = INVALID_STATION;
static const DepotID INVALID_DEPOT = (DepotID)INVALID_STATION;
static const uint MAX_LENGTH_DEPOT_NAME_CHARS = 32; ///< The maximum length of a depot name in characters including '\0'

Loading…
Cancel
Save