Added unknowns to saved tree export.

develop
Japa Mala Illo 2018-10-28 10:22:55 -05:00
parent d677880131
commit 85a4fef1d8
1 changed files with 5 additions and 0 deletions

@ -487,6 +487,11 @@ command_result Dump_Trees(color_ostream &out, vector<string> &parameters)
} }
output << endl; output << endl;
} }
output << " " << treeInfo->unk1[z];
output << " " << treeInfo->unk2[z];
output << " " << treeInfo->unk3[z];
output << " " << treeInfo->unk4[z];
output << endl; output << endl;
} }
//... //...