mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 15:28:11 -05:00
Add non default forecolor flag if forecolor is not white
This commit is contained in:
@ -1421,8 +1421,8 @@ namespace IW4
|
||||
WINDOW_FLAG_FADING_OUT = 0x10,
|
||||
WINDOW_FLAG_FADING_IN = 0x20,
|
||||
WINDOW_FLAG_80 = 0x80,
|
||||
WINDOW_FLAG_SCRIPT_BACKCOLOR = 0x8000,
|
||||
WINDOW_FLAG_SCRIPT_FORECOLOR = 0x10000
|
||||
WINDOW_FLAG_NON_DEFAULT_BACKCOLOR = 0x8000,
|
||||
WINDOW_FLAG_NON_DEFAULT_FORECOLOR = 0x10000
|
||||
};
|
||||
|
||||
struct windowDef_t
|
||||
|
Reference in New Issue
Block a user