diff options
Diffstat (limited to 'depot.h')
-rw-r--r-- | depot.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ struct Depot { TileIndex xy; TownID town_index; - uint16 index; + StationID index; }; extern MemoryPool _depot_pool; |