mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 06:49:28 -05:00
ZoneCode: Fix XSurface VertListCount not being unsigned even though it is used as it is
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user