mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-15 17:33:03 +00:00
fix: not reusing cbrushedge_t type in iw3,iw4 clipMap
This commit is contained in:
@@ -449,7 +449,7 @@ namespace IW3
|
||||
unsigned int numsides;
|
||||
cbrushside_t* sides;
|
||||
int16_t axialMaterialNum[2][3];
|
||||
char* baseAdjacentSide;
|
||||
cbrushedge_t* baseAdjacentSide;
|
||||
int16_t firstAdjacentSideOffsets[2][3];
|
||||
char edgeCount[2][3];
|
||||
int totalEdgeCount;
|
||||
@@ -1765,7 +1765,7 @@ namespace IW3
|
||||
unsigned int numsides;
|
||||
cbrushside_t* sides;
|
||||
int16_t axialMaterialNum[2][3];
|
||||
char* baseAdjacentSide;
|
||||
cbrushedge_t* baseAdjacentSide;
|
||||
int16_t firstAdjacentSideOffsets[2][3];
|
||||
char edgeCount[2][3];
|
||||
};
|
||||
|
||||
@@ -3008,7 +3008,7 @@ namespace IW4
|
||||
uint16_t numsides;
|
||||
uint16_t glassPieceIndex;
|
||||
cbrushside_t* sides;
|
||||
char* baseAdjacentSide;
|
||||
cbrushedge_t* baseAdjacentSide;
|
||||
int16_t axialMaterialNum[2][3];
|
||||
char firstAdjacentSideOffsets[2][3];
|
||||
char edgeCount[2][3];
|
||||
|
||||
Reference in New Issue
Block a user