summaryrefslogtreecommitdiff
path: root/src/station.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2007-01-25 11:11:43 +0000
committercelestar <celestar@openttd.org>2007-01-25 11:11:43 +0000
commit113fa175a4bdad1894669ef19e72cc9cc90697c2 (patch)
tree7747dae91f3f77fc859dfca9e833dfc757fe73cd /src/station.h
parentb0a0086e7cd09d4bd28838fb3aa0fec6b9fc7857 (diff)
downloadopenttd-113fa175a4bdad1894669ef19e72cc9cc90697c2.tar.xz
(svn r8403) -Fix (r8402): Forgot to remove an enum
Diffstat (limited to 'src/station.h')
-rw-r--r--src/station.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/station.h b/src/station.h
index 178ac665e..547586487 100644
--- a/src/station.h
+++ b/src/station.h
@@ -35,10 +35,6 @@ typedef struct GoodsEntry {
int32 feeder_profit;
} GoodsEntry;
-enum {
- ROAD_STOP_LIMIT = 16,
-};
-
/** A Stop for a Road Vehicle */
struct RoadStop {
/** Types of RoadStops */
@@ -47,8 +43,8 @@ struct RoadStop {
TRUCK ///< A standard stop for trucks
};
- static const int cDebugCtorLevel = 3; ///< Debug level on which Contructor / Destructor messages are printed
- static const int LIMIT = 16; ///< The maximum amount of roadstops that are allowed at a single station
+ static const int cDebugCtorLevel = 3; ///< Debug level on which Contructor / Destructor messages are printed
+ static const uint LIMIT = 16; ///< The maximum amount of roadstops that are allowed at a single station
TileIndex xy; ///< Position on the map
RoadStopID index; ///< Global (i.e. pool-wide) index