diff --git a/Source/town.cpp b/Source/town.cpp index ca66edd04..2b0b4d553 100644 --- a/Source/town.cpp +++ b/Source/town.cpp @@ -63,7 +63,7 @@ void town_special_lower(BYTE *pBuff, int nCel) BYTE *pRLEBytes; pRLEBytes = CelGetFrame(pSpecialCels, nCel, &nDataSize); - Cel2DecDatOnly(pBuff, pRLEBytes, nDataSize, 64); + CelBlitSafe(pBuff, pRLEBytes, nDataSize, 64); #endif }