fix merge error

This commit is contained in:
Christian Semmler 2024-08-08 13:12:07 -07:00
parent 03781da2ed
commit 5547f47e84
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -55,6 +55,8 @@ MxResult MxSmack::LoadFrame(
smk_next(p_mxSmack->m_smk);
}
memcpy(p_bitmapData, smk_get_video(p_mxSmack->m_smk), w * h);
unsigned char frameType;
smk_info_all(p_mxSmack->m_smk, NULL, NULL, &frameType, NULL);
p_paletteChanged = frameType & 1;