summaryrefslogtreecommitdiff
path: root/order.h
diff options
context:
space:
mode:
Diffstat (limited to 'order.h')
-rw-r--r--order.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/order.h b/order.h
index cce9e4d80..dd387161b 100644
--- a/order.h
+++ b/order.h
@@ -80,9 +80,9 @@ typedef struct Order {
uint8 flags;
uint16 station;
- struct Order *next; //! Pointer to next order. If NULL, end of list
+ struct Order *next; ///< Pointer to next order. If NULL, end of list
- uint16 index; //! Index of the order, is not saved or anything, just for reference
+ uint16 index; ///< Index of the order, is not saved or anything, just for reference
} Order;
#define MAX_BACKUP_ORDER_COUNT 40