mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 08:12:53 +01:00
Make WF_NO_TITLE_BAR actually fit in the uint16_t that is WindowBase::flags
This commit is contained in:
@@ -89,14 +89,12 @@ namespace OpenRCT2
|
||||
WF_10 = (1 << 10),
|
||||
WF_WHITE_BORDER_ONE = (1 << 12),
|
||||
WF_WHITE_BORDER_MASK = (1 << 12) | (1 << 13),
|
||||
|
||||
WF_NO_TITLE_BAR = (1 << 14),
|
||||
WF_NO_SNAPPING = (1 << 15),
|
||||
|
||||
// Create only flags
|
||||
// *ONLY* create only flags below
|
||||
WF_AUTO_POSITION = (1 << 16),
|
||||
WF_CENTRE_SCREEN = (1 << 17),
|
||||
|
||||
WF_NO_TITLE_BAR = (1 << 18),
|
||||
};
|
||||
|
||||
enum
|
||||
|
||||
Reference in New Issue
Block a user