2
0
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:
Jan Laupetin
2026-05-03 13:05:00 +02:00
parent 4886767e67
commit b7a22973e6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;