diff options
-rw-r--r-- | newgrf_station.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newgrf_station.h b/newgrf_station.h index 1492d549b..5be5b669e 100644 --- a/newgrf_station.h +++ b/newgrf_station.h @@ -10,7 +10,7 @@ typedef enum { STAT_CLASS_DFLT, ///< Default station class. STAT_CLASS_WAYP, ///< Waypoint class. - STAT_CLASS_MAX = 16, ///< Maximum number of classes. + STAT_CLASS_MAX = 32, ///< Maximum number of classes. } StationClassID; /* Station layout for given dimensions - it is a two-dimensional array |