mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-04-30 09:01:41 -04:00
removed test code .
This commit is contained in:
parent
f7e8dd2249
commit
ab27f7ffd5
1 changed files with 0 additions and 4 deletions
|
@ -1925,10 +1925,6 @@ void CLoading::SetImageData(unsigned char* pBuffer, const CString& NameInDict, i
|
|||
ASSERT(!NameInDict.IsEmpty());
|
||||
auto& data = pics[NameInDict];
|
||||
|
||||
if (NameInDict.Find("CNST") >= 0) {
|
||||
printf("");
|
||||
}
|
||||
|
||||
SetImageData(pBuffer, data, FullWidth, FullHeight, pPal, forceNoRemap);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue