Browse Source

Update town.cpp

pull/362/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
141bffe1dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/town.cpp

2
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
}

Loading…
Cancel
Save