Add departure board via order subtype to remove via for prior terminus
This commit is contained in:
@@ -621,6 +621,11 @@ public:
|
||||
return (OrderLabelSubType)GB(this->flags, 0, 8);
|
||||
}
|
||||
|
||||
inline void SetLabelSubType(OrderLabelSubType subtype)
|
||||
{
|
||||
SB(this->flags, 0, 8, subtype);
|
||||
}
|
||||
|
||||
const char *GetLabelText() const;
|
||||
void SetLabelText(const char *text);
|
||||
|
||||
|
Reference in New Issue
Block a user