Fully fix DLCN printout for both DKCTF and MP1R

This commit is contained in:
LolHacksRule
2023-02-20 11:49:16 -08:00
parent fcbf6171f0
commit 56d502fac2
+2 -1
View File
@@ -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;