Debug: Show type of current order in vehicle debug info

This commit is contained in:
Jonathan G Rennison
2022-10-30 14:09:50 +00:00
parent 0f852c32d6
commit 6ac311d71e
3 changed files with 26 additions and 2 deletions

View File

@@ -43,4 +43,6 @@ void DrawOrderString(const Vehicle *v, const Order *order, int order_index, int
uint16 GetServiceIntervalClamped(uint interval, bool ispercent);
bool OrderConditionCompare(OrderConditionComparator occ, int variable, int value);
const char *GetOrderTypeName(OrderType order_type);
#endif /* ORDER_FUNC_H */