Fix race between network client disconnect and network window deletion
This commit is contained in:
@@ -229,6 +229,7 @@ enum WindowDefaultFlag {
|
||||
WDF_CONSTRUCTION = 1 << 0, ///< This window is used for construction; close it whenever changing company.
|
||||
WDF_MODAL = 1 << 1, ///< The window is a modal child of some other window, meaning the parent is 'inactive'
|
||||
WDF_NO_FOCUS = 1 << 2, ///< This window won't get focus/make any other window lose focus when click
|
||||
WDF_NETWORK = 1 << 3, ///< This window is used for network client functionality
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user