diff options
Diffstat (limited to 'src/newgrf_station.cpp')
-rw-r--r-- | src/newgrf_station.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_station.cpp b/src/newgrf_station.cpp index a2ad21ec6..dd5473953 100644 --- a/src/newgrf_station.cpp +++ b/src/newgrf_station.cpp @@ -32,7 +32,7 @@ #include "table/sprites.h" #include "table/strings.h" -static StationClass _station_classes[STAT_CLASS_MAX]; +StationClass _station_classes[STAT_CLASS_MAX]; enum { MAX_SPECLIST = 255, |