mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 23:08:05 -05:00
Make IW4 menu rect def align be unsigned like IW5
This commit is contained in:
@ -2084,8 +2084,8 @@ namespace IW4
|
||||
float y;
|
||||
float w;
|
||||
float h;
|
||||
char horzAlign;
|
||||
char vertAlign;
|
||||
unsigned char horzAlign;
|
||||
unsigned char vertAlign;
|
||||
};
|
||||
|
||||
enum WindowDefStaticFlag : unsigned int
|
||||
|
Reference in New Issue
Block a user