summaryrefslogtreecommitdiff
path: root/src/newgrf_station.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_station.cpp')
-rw-r--r--src/newgrf_station.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/newgrf_station.cpp b/src/newgrf_station.cpp
index 56e8a5d48..df1d0a567 100644
--- a/src/newgrf_station.cpp
+++ b/src/newgrf_station.cpp
@@ -35,9 +35,7 @@
static StationClass _station_classes[STAT_CLASS_MAX];
-enum {
- MAX_SPECLIST = 255,
-};
+static const uint MAX_SPECLIST = 255;
enum TriggerArea {
TA_TILE,