rail.h
changeset 3503 425903b204fa
parent 3500 70b8e368e43c
child 3520 092efede26b3
--- a/rail.h	Tue Apr 11 10:19:50 2006 +0000
+++ b/rail.h	Tue Apr 11 10:45:06 2006 +0000
@@ -129,6 +129,11 @@
 	  * Bridge offset
 	  */
 	SpriteID bridge_offset;
+
+	/**
+	 * Offset to add to ground sprite when drawing custom waypoints / stations
+	 */
+	byte custom_ground_offset;
 } RailtypeInfo;
 
 extern const RailtypeInfo _railtypes[RAILTYPE_END];