src/airport.h
branchNewGRF_ports
changeset 6869 76282d3b748d
parent 6856 0e8e4ebf23ff
child 10200 aba3af04cdbd
--- a/src/airport.h	Sun Sep 02 11:58:58 2007 +0000
+++ b/src/airport.h	Thu Sep 06 19:42:48 2007 +0000
@@ -57,11 +57,16 @@
 	ENDTAKEOFF     = 0x43,
 	LANDING        = 0x44,
 	ENDLANDING     = 0x45,
-	SHORTTAKEOFF   = 0x49,  /* Only used in movement command choices. If used as the heading in the first command element, treated as TAKEOFF.
+	SMALLHANGAR    = 0x48,
+	SMALLTAKEOFF   = 0x49,  /* Only used in movement command choices. If used as the heading in the first command element, treated as TAKEOFF.
 						   * This is best placed on the TAKEOFF line at the start of the runway. The aircraft will make the acceleration noise,
 						   * and then you give the instruction of where to go to for the SHORTTAKEOFF instruction sequence. eg.:
 						   * { 40, TAKEOFF, RUNWAY_OUT_block, 0 }, { 40, SHORTTAKEOFF, RUNWAY_OUT_block2, 42 }, { 40, 0, RUNWAY_OUT_block2, 41 },
 						   */
+	SMALLSTARTTAKEOFF = 0x4A,
+	SMALLENDTAKEOFF = 0x4B,
+	SMALLLANDING   = 0x4C,
+	SMALLENDLANDING = 0x4D,
 	HELITAKEOFF    = 0x51,
 	HELIENDTAKEOFF = 0x53,
 	HELILANDING    = 0x54,