(svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles.
This commit is contained in:
@@ -49,8 +49,9 @@ public:
|
||||
|
||||
uint16 wait_time; ///< How long in ticks to wait at the destination.
|
||||
uint16 travel_time; ///< How long in ticks the journey to this destination should take.
|
||||
uint16 max_speed; ///< How fast the vehicle may go on the way to the destination.
|
||||
|
||||
Order() : refit_cargo(CT_NO_REFIT) {}
|
||||
Order() : refit_cargo(CT_NO_REFIT), max_speed(UINT16_MAX) {}
|
||||
~Order();
|
||||
|
||||
Order(uint32 packed);
|
||||
|
Reference in New Issue
Block a user