From 620a96f77f44b32f3215d1ab3b33367b56ac4e88 Mon Sep 17 00:00:00 2001 From: yexo Date: Thu, 15 Mar 2012 22:42:28 +0000 Subject: (svn r24031) -Feature: increase the station class limit from 32 to 256 --- src/newgrf_station.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_station.h') diff --git a/src/newgrf_station.h b/src/newgrf_station.h index b05706c53..9f31431d2 100644 --- a/src/newgrf_station.h +++ b/src/newgrf_station.h @@ -24,7 +24,7 @@ enum StationClassID { STAT_CLASS_BEGIN = 0, ///< the lowest valid value STAT_CLASS_DFLT = 0, ///< Default station class. STAT_CLASS_WAYP, ///< Waypoint class. - STAT_CLASS_MAX = 32, ///< Maximum number of classes. + STAT_CLASS_MAX = 256, ///< Maximum number of classes. }; typedef SimpleTinyEnumT StationClassIDByte; template <> struct EnumPropsT : MakeEnumPropsT {}; -- cgit v1.2.3-54-g00ecf