Model stuff

This commit is contained in:
momo5502
2016-11-06 14:03:51 +01:00
parent e3b96b3586
commit 51bbbdd588
3 changed files with 27 additions and 7 deletions

View File

@ -1419,11 +1419,12 @@ namespace Game
struct XModelLodInfo
{
char pad[4];
float dist;
short numSurfs; // +4
short maxSurfs;// +6
XModelSurfs* surfaces; // +8
char pad3[24]; // +12
int partBits[4];
char pad3[8]; // +12
XSurface* surfs;
char pad4[4];
};