summaryrefslogtreecommitdiff
path: root/vehicle.h
diff options
context:
space:
mode:
Diffstat (limited to 'vehicle.h')
-rw-r--r--vehicle.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vehicle.h b/vehicle.h
index 61db1cce3..0ac1ceaf0 100644
--- a/vehicle.h
+++ b/vehicle.h
@@ -3,6 +3,10 @@
#include "vehicle_gui.h"
+/* If you change this, keep in mind that it is saved on 3 places:
+ - Load_ORDR, all the global orders
+ - Vehicle -> current_order
+ - REF_SHEDULE (all REFs are currently limited to 16 bits!!) */
typedef struct Order {
uint8 type;
uint8 flags;