mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Fixes
This commit is contained in:
parent
7f61562ecd
commit
f2eec494b2
@ -387,7 +387,6 @@ void MxDisplaySurface::VTable0x28(
|
|||||||
|
|
||||||
stride -= p_width;
|
stride -= p_width;
|
||||||
MxS32 length = p_width * 4;
|
MxS32 length = p_width * 4;
|
||||||
MxLong v56 = stride - p_width;
|
|
||||||
MxLong v62 = ddsd.lPitch - length;
|
MxLong v62 = ddsd.lPitch - length;
|
||||||
MxU16* p16BitPal = m_16bitPal;
|
MxU16* p16BitPal = m_16bitPal;
|
||||||
MxS32 height = p_height;
|
MxS32 height = p_height;
|
||||||
@ -405,7 +404,7 @@ void MxDisplaySurface::VTable0x28(
|
|||||||
surface += 2;
|
surface += 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
data += v56;
|
data += stride;
|
||||||
surface += v62;
|
surface += v62;
|
||||||
|
|
||||||
// Odd expression for the length?
|
// Odd expression for the length?
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user