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;
|
int16_t collLod;
|
||||||
XModelStreamInfo streamInfo;
|
XModelStreamInfo streamInfo;
|
||||||
int memUsage;
|
int memUsage;
|
||||||
char flags;
|
unsigned char flags;
|
||||||
bool bad;
|
bool bad;
|
||||||
PhysPreset* physPreset;
|
PhysPreset* physPreset;
|
||||||
PhysGeomList* physGeoms;
|
PhysGeomList* physGeoms;
|
||||||
|
|||||||
@@ -586,7 +586,7 @@ namespace IW4
|
|||||||
char maxLoadedLod;
|
char maxLoadedLod;
|
||||||
unsigned char numLods;
|
unsigned char numLods;
|
||||||
char collLod;
|
char collLod;
|
||||||
char flags;
|
unsigned char flags;
|
||||||
XModelCollSurf_s* collSurfs;
|
XModelCollSurf_s* collSurfs;
|
||||||
int numCollSurfs;
|
int numCollSurfs;
|
||||||
int contents;
|
int contents;
|
||||||
|
|||||||
Reference in New Issue
Block a user