summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-05-06 22:10:38 +0000
committerpeter1138 <peter1138@openttd.org>2006-05-06 22:10:38 +0000
commit7085598376721a79bb7784f47dd9fc3dee9a852c (patch)
tree4b54be1427988d50a909575b68bfd64c77cadea1
parentc778716264b3c269775029143d54c93168957adc (diff)
downloadopenttd-7085598376721a79bb7784f47dd9fc3dee9a852c.tar.xz
(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...
-rw-r--r--newgrf_station.h2
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