Changed some debug stuff to use new variable names from the xmls

develop
Japa Mala Illo 2018-11-11 16:21:15 -06:00
parent 6aea842f1b
commit 67ce858772
2 changed files with 5 additions and 5 deletions

@ -487,10 +487,10 @@ command_result Dump_Trees(color_ostream &out, vector<string> &parameters)
}
output << endl;
}
output << " " << treeInfo->unk1[z];
output << " " << treeInfo->unk2[z];
output << " " << treeInfo->unk3[z];
output << " " << treeInfo->unk4[z];
output << "extent_east: " << treeInfo->extent_east[z];
output << "extent_south: " << treeInfo->extent_south[z];
output << "extent_west: " << treeInfo->extent_west[z];
output << "extent_north: " << treeInfo->extent_north[z];
output << endl;
}

@ -1 +1 @@
Subproject commit 4a1953f27c6acd1ceeb2d5447613c106e708c26c
Subproject commit 4a0f63e044d02532c948d67780dfd128fbd6d043