mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-06-03 07:12:33 +00:00
chore: make sure xmodel flags are unsigned
This commit is contained in:
@@ -586,7 +586,7 @@ namespace IW4
|
||||
char maxLoadedLod;
|
||||
unsigned char numLods;
|
||||
char collLod;
|
||||
char flags;
|
||||
unsigned char flags;
|
||||
XModelCollSurf_s* collSurfs;
|
||||
int numCollSurfs;
|
||||
int contents;
|
||||
|
||||
Reference in New Issue
Block a user