ZoneCode: Fix XSurface VertListCount not being unsigned even though it is used as it is

This commit is contained in:
Jan 2019-12-24 17:20:34 +01:00
parent 86790d1486
commit 31192e8372

View File

@ -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;