(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...
authorpeter1138
Sat, 06 May 2006 22:10:38 +0000
changeset 3767 2c8990ba0313
parent 3766 f0077e6b6f99
child 3768 46d328178509
(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
--- a/newgrf_station.h	Sat May 06 22:08:14 2006 +0000
+++ b/newgrf_station.h	Sat May 06 22:10:38 2006 +0000
@@ -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