- Backend update from Raze.

This commit is contained in:
Christoph Oelckers 2021-07-11 09:51:59 +02:00
commit e453f97872
15 changed files with 153 additions and 77 deletions

View file

@ -188,6 +188,9 @@ static void renderframe(anim_t *anim, uint16_t framenumber, uint16_t *pagepointe
while (frame--) offset += LittleShort(pagepointer[frame]);
if (offset >= anim->curlp->nBytes)
return;
uint8_t *ppointer = (uint8_t *)(pagepointer) + anim->curlp->nRecords*2 + offset + 4;
if ((ppointer-4)[1])