mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(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...
This commit is contained in:
parent
6e2b98b060
commit
0597c35fc1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user