mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 16:15:43 +00:00
ZoneCode: Fix XSurface VertListCount not being unsigned even though it is used as it is
This commit is contained in:
parent
86790d1486
commit
31192e8372
@ -2622,7 +2622,7 @@ namespace T6
|
||||
struct __declspec(align(16)) XSurface
|
||||
{
|
||||
char tileMode;
|
||||
char vertListCount;
|
||||
unsigned char vertListCount;
|
||||
unsigned __int16 flags;
|
||||
unsigned __int16 vertCount;
|
||||
unsigned __int16 triCount;
|
||||
|
Loading…
x
Reference in New Issue
Block a user