disabled unnecessary map data buffer printing .

This commit is contained in:
Zero Fanker 2024-11-25 18:48:01 -05:00
parent 16db1564c3
commit 7993773ba2

View file

@ -1091,8 +1091,8 @@ void CMapData::Pack(BOOL bCreatePreview, BOOL bCompression)
BYTE* hexpacked = NULL; // must be freed!
errstream << "Values allocated. Pointer: " << std::hex << values << endl;
errstream.flush();
//errstream << "Values allocated. Pointer: " << std::hex << values << endl;
//errstream.flush();
errstream << "Packing overlay" << endl;