mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-04-30 09:01:41 -04:00
disabled unnecessary map data buffer printing .
This commit is contained in:
parent
16db1564c3
commit
7993773ba2
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue