Codechange: Initialise a few variables that -flto seems to think could possibly be uninitialised
This commit is contained in:
@@ -50,7 +50,7 @@ private:
|
||||
public:
|
||||
Order *next; ///< Pointer to next order. If NULL, end of list
|
||||
|
||||
Order() : refit_cargo(CT_NO_REFIT), max_speed(UINT16_MAX) {}
|
||||
Order() : flags(0), refit_cargo(CT_NO_REFIT), max_speed(UINT16_MAX) {}
|
||||
~Order();
|
||||
|
||||
Order(uint32 packed);
|
||||
|
Reference in New Issue
Block a user