[IclipMap_t] Small fixes, stuff is still broken
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user