(svn r23199) -Fix [FS#4822]: oil rigs that "expired" did not get removed from the station list
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
uint16 travel_time; ///< How long in ticks the journey to this destination should take.
|
||||
|
||||
Order() : refit_cargo(CT_NO_REFIT) {}
|
||||
~Order() {}
|
||||
~Order();
|
||||
|
||||
Order(uint32 packed);
|
||||
|
||||
|
Reference in New Issue
Block a user