Improvements

This commit is contained in:
Christian Semmler 2023-12-31 14:31:39 -05:00
parent 5086b0f9f3
commit 871f59bfa9

View File

@ -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;
}