mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Improvements
This commit is contained in:
parent
5086b0f9f3
commit
871f59bfa9
@ -381,9 +381,10 @@ void MxDisplaySurface::VTable0x28(
|
||||
}
|
||||
|
||||
data += v22;
|
||||
surface += v55;
|
||||
|
||||
memcpy(&surface[v55], surfaceBefore, 2 * p_width);
|
||||
surface = &surface[v55] + ddsd.lPitch;
|
||||
memcpy(surface, surfaceBefore, 2 * p_width);
|
||||
surface += ddsd.lPitch;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user