mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-05-12 21:31:43 +00:00
chore: make sure xmodel flags are unsigned
This commit is contained in:
@@ -530,7 +530,7 @@ namespace IW3
|
||||
int16_t collLod;
|
||||
XModelStreamInfo streamInfo;
|
||||
int memUsage;
|
||||
char flags;
|
||||
unsigned char flags;
|
||||
bool bad;
|
||||
PhysPreset* physPreset;
|
||||
PhysGeomList* physGeoms;
|
||||
|
||||
@@ -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