mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-13 02:52:37 +00:00
Cleanup: Remove unused constants. The value of the tram constant was also incorrect.
This commit is contained in:
parent
e5dd19b0de
commit
bc7f92815b
@ -14,9 +14,6 @@
|
|||||||
|
|
||||||
typedef uint32 RoadTypeLabel;
|
typedef uint32 RoadTypeLabel;
|
||||||
|
|
||||||
static const RoadTypeLabel ROADTYPE_ROAD_LABEL = 'ROAD';
|
|
||||||
static const RoadTypeLabel ROADTYPE_TRAM_LABEL = 'TRAM';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The different roadtypes we support
|
* The different roadtypes we support
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user