1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-13 09:39:10 +00:00

Cleanup: Remove unused constants. The value of the tram constant was also incorrect.

This commit is contained in:
frosch
2019-12-18 00:48:03 +01:00
committed by Charles Pigott
parent e5dd19b0de
commit bc7f92815b

View File

@@ -14,9 +14,6 @@
typedef uint32 RoadTypeLabel;
static const RoadTypeLabel ROADTYPE_ROAD_LABEL = 'ROAD';
static const RoadTypeLabel ROADTYPE_TRAM_LABEL = 'TRAM';
/**
* The different roadtypes we support
*