From 0597c35fc142f4820e5900eb2e2f28422f351f62 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sat, 6 May 2006 22:10:38 +0000 Subject: (svn r4759) - Newstations: increase the number of station classes from 16 to 32. 16 was an arbitrary limit, 32 is the limit for dropdown lists... --- newgrf_station.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf