Add missing IW5 commands

This commit is contained in:
Jan
2021-07-23 23:07:15 +02:00
parent c88987f7dc
commit 29f72cde7a
3 changed files with 23 additions and 3 deletions

View File

@ -1158,7 +1158,7 @@ namespace IW5
int partitionIndex;
};
struct CollisionAabbTree
struct type_align(16) CollisionAabbTree
{
float midPoint[3];
unsigned short materialIndex;
@ -1694,7 +1694,7 @@ namespace IW5
unsigned char endVertIndex;
};
union FxGlassGeometryData
union type_align(4) FxGlassGeometryData
{
FxGlassVertex vert;
FxGlassHoleHeader hole;