mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-04-30 17:11:40 -04:00
silence lint warning .
This commit is contained in:
parent
bdb9c28fe0
commit
450fe8fdae
1 changed files with 1 additions and 1 deletions
|
@ -1733,7 +1733,7 @@ void CLoading::LoadTerrainOrSmudge(const CString& ID)
|
|||
FSunPackLib::XCC_GetSHPHeader(&header);
|
||||
FSunPackLib::LoadSHPImage(0, 1, &FramesBuffers[0]);
|
||||
CString DictName;
|
||||
DictName.Format("%s%d", ImageID, 0);
|
||||
DictName.Format("%s%d", ImageID.operator LPCSTR(), 0);
|
||||
CString PaletteName;
|
||||
|
||||
if (ID.GetLength() >= 6 && *(DWORD*)ID.operator LPCTSTR() == *(DWORD*)("TIBT")) {
|
||||
|
|
Loading…
Add table
Reference in a new issue