diff options
Diffstat (limited to '')
-rw-r--r-- | converter/cConvert.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/converter/cConvert.cpp b/converter/cConvert.cpp index 876d1a009..1ee923a31 100644 --- a/converter/cConvert.cpp +++ b/converter/cConvert.cpp @@ -177,6 +177,12 @@ int main () { //NBTData->m_bDecompressed = true; NBTData->ParseData(); NBTData->PrintData(); + + //Char* Blocks = + //NBTData->GetByteArray("Blocks"); + //for(unsigned int i = 0; i < 111; i++) {//re + //printf("Blocks?: %i\n", NBTData->cNBTCompound::GetByteArray("Blocks")[0]); + //} return 1; fwrite( BlockData, DestSize, 1, wf ); //write contents of uncompressed block data to file to check to see if it's valid... It is! :D //fwrite( &temparr, compdlength, sizeof(unsigned char), wf ); |