Scheduled dispatch: Fixup start dates when changing game date

This commit is contained in:
Jonathan G Rennison
2020-06-20 21:27:19 +01:00
parent d160536315
commit ca79a32890
5 changed files with 15 additions and 0 deletions

View File

@@ -809,6 +809,8 @@ public:
};
void ShiftOrderDates(int interval);
#define FOR_VEHICLE_ORDERS(v, order) for (order = (v->orders.list == nullptr) ? nullptr : v->orders.list->GetFirstOrder(); order != nullptr; order = order->next)
#endif /* ORDER_BASE_H */