order.h
changeset 3347 0ddacd451b81
parent 3173 f56ca618721b
child 4077 d4d440dd8925
--- a/order.h	Sun Mar 26 22:41:56 2006 +0000
+++ b/order.h	Sun Mar 26 22:55:27 2006 +0000
@@ -78,7 +78,7 @@
 typedef struct Order {
 	uint8  type;
 	uint8  flags;
-	uint16 station;
+	StationID station;
 
 	struct Order *next;   ///< Pointer to next order. If NULL, end of list