mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Improvements
This commit is contained in:
parent
4445d54b0e
commit
37d583ecd4
@ -416,7 +416,8 @@ void MxDisplaySurface::VTable0x28(
|
||||
data += v56;
|
||||
surface += v62;
|
||||
|
||||
memcpy(surface, surfaceBefore, length);
|
||||
// Odd expression for the length?
|
||||
memcpy(surface, surfaceBefore, 4 * ((MxU32) (4 * p_width) / 4));
|
||||
surface += ddsd.lPitch;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user