mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-04-29 15:09:38 +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];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user