mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
improve match
This commit is contained in:
parent
1024948533
commit
2c5234eef6
@ -63,7 +63,7 @@ class MxDisplaySurface : public MxCore {
|
|||||||
MxS32 p_bottom,
|
MxS32 p_bottom,
|
||||||
MxS32 p_width,
|
MxS32 p_width,
|
||||||
MxS32 p_height,
|
MxS32 p_height,
|
||||||
MxBool
|
MxBool p_useOtherFunction
|
||||||
); // vtable+0x30
|
); // vtable+0x30
|
||||||
virtual undefined4 VTable0x34(
|
virtual undefined4 VTable0x34(
|
||||||
undefined4,
|
undefined4,
|
||||||
|
|||||||
@ -519,7 +519,7 @@ void MxDisplaySurface::VTable0x30(
|
|||||||
p_width,
|
p_width,
|
||||||
p_height,
|
p_height,
|
||||||
ddsd.lPitch,
|
ddsd.lPitch,
|
||||||
m_surfaceDesc.ddpfPixelFormat.dwRGBBitCount
|
8
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@ -550,7 +550,7 @@ void MxDisplaySurface::VTable0x30(
|
|||||||
p_width,
|
p_width,
|
||||||
p_height,
|
p_height,
|
||||||
ddsd.lPitch,
|
ddsd.lPitch,
|
||||||
m_surfaceDesc.ddpfPixelFormat.dwRGBBitCount
|
16
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user