mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -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
|
struct __declspec(align(16)) XSurface
|
||||||
{
|
{
|
||||||
char tileMode;
|
char tileMode;
|
||||||
char vertListCount;
|
unsigned char vertListCount;
|
||||||
unsigned __int16 flags;
|
unsigned __int16 flags;
|
||||||
unsigned __int16 vertCount;
|
unsigned __int16 vertCount;
|
||||||
unsigned __int16 triCount;
|
unsigned __int16 triCount;
|
||||||
|
Reference in New Issue
Block a user