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
commit0597c35fc142f4820e5900eb2e2f28422f351f62 (patch)
tree4b54be1427988d50a909575b68bfd64c77cadea1
parent6e2b98b060f2aaeb2b0852f04296dc89823ef0bb (diff)
downloadopenttd-0597c35fc142f4820e5900eb2e2f28422f351f62.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