mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-13 19:21:16 +00:00
fix merge error
This commit is contained in:
parent
03781da2ed
commit
5547f47e84
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user