[IclipMap_t] Small fixes, stuff is still broken

This commit is contained in:
momo5502
2016-12-21 20:11:27 +01:00
parent 079f05d6eb
commit 9505d8cbe4
2 changed files with 29 additions and 29 deletions

View File

@ -2294,30 +2294,18 @@ namespace Game
int leafBrushNode;
};
struct cLeafBrushNodeLeaf
struct cLeafBrushNodeLeaf_t
{
unsigned __int16 *brushes;
};
struct cLeafBrushNodeChildren
{
float dist;
float range;
unsigned __int16 childOffset[6];
};
union cLeafBrushNodeData
{
cLeafBrushNodeLeaf leaf;
cLeafBrushNodeChildren children;
};
struct cLeafBrushNode_t
{
char axis;
__int16 leafBrushCount;
int contents;
cLeafBrushNodeData data;
cLeafBrushNodeLeaf_t data;
char pad[8];
};
struct cmodel_t