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