mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 08:05:45 +00:00
ZoneCode: Fix XModel bone count not being unsigned but being used as it was
This commit is contained in:
parent
4932994355
commit
69fff81b02
@ -550,9 +550,9 @@ namespace T6
|
||||
struct XModel
|
||||
{
|
||||
const char* name;
|
||||
char numBones;
|
||||
char numRootBones;
|
||||
char numsurfs;
|
||||
unsigned char numBones;
|
||||
unsigned char numRootBones;
|
||||
unsigned char numsurfs;
|
||||
char lodRampType;
|
||||
unsigned __int16* boneNames;
|
||||
char* parentList;
|
||||
|
Loading…
x
Reference in New Issue
Block a user