From 141bffe1ddb2e312f279c5f19d63b8b712d04722 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Mon, 14 Oct 2019 01:06:38 +0200 Subject: [PATCH] Update town.cpp --- Source/town.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }