mirror of
https://github.com/PrimeDecomp/PrimeRemasterStructs.git
synced 2026-07-12 18:18:58 -07:00
Fully fix DLCN printout for both DKCTF and MP1R
This commit is contained in:
+2
-1
@@ -110,10 +110,11 @@ typedef struct CCollisionTree(uint64 size, CollisionPrimitiveType type) {
|
||||
}
|
||||
if (idx == 0) {
|
||||
local int i = 0;
|
||||
//Hack, do this so DCLN doesn't break the printouts
|
||||
local int vertChunk = 0;
|
||||
local int triangleChunk = 2;
|
||||
local int materialChunk = 1;
|
||||
if (form.id == "DCLN")
|
||||
if (form.id == "DCLN")
|
||||
{
|
||||
vertChunk = 1;
|
||||
materialChunk = 2;
|
||||
|
||||
Reference in New Issue
Block a user