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