rail.h
changeset 3890 e04bc34bc50c
parent 3792 67c865c9315c
child 3900 2c84ed52709d
equal deleted inserted replaced
3889:3aa611a80ff1 3890:e04bc34bc50c
   125 	 * Offset to add to ground sprite when drawing custom waypoints / stations
   125 	 * Offset to add to ground sprite when drawing custom waypoints / stations
   126 	 */
   126 	 */
   127 	byte custom_ground_offset;
   127 	byte custom_ground_offset;
   128 } RailtypeInfo;
   128 } RailtypeInfo;
   129 
   129 
   130 extern const RailtypeInfo _railtypes[RAILTYPE_END];
   130 extern RailtypeInfo _railtypes[RAILTYPE_END];
   131 
   131 
   132 // these are the maximums used for updating signal blocks, and checking if a depot is in a pbs block
   132 // these are the maximums used for updating signal blocks, and checking if a depot is in a pbs block
   133 enum {
   133 enum {
   134 	NUM_SSD_ENTRY = 256, // max amount of blocks
   134 	NUM_SSD_ENTRY = 256, // max amount of blocks
   135 	NUM_SSD_STACK = 32 ,// max amount of blocks to check recursively
   135 	NUM_SSD_STACK = 32 ,// max amount of blocks to check recursively