chore: make sure xmodel flags are unsigned

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