(svn r23199) -Fix [FS#4822]: oil rigs that "expired" did not get removed from the station list

This commit is contained in:
rubidium
2011-11-12 18:06:34 +00:00
parent 33d71b45fe
commit bec64ece5a
4 changed files with 31 additions and 3 deletions

View File

@@ -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);