mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +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_width,
|
||||
MxS32 p_height,
|
||||
MxBool
|
||||
MxBool p_useOtherFunction
|
||||
); // vtable+0x30
|
||||
virtual undefined4 VTable0x34(
|
||||
undefined4,
|
||||
|
||||
@ -519,7 +519,7 @@ void MxDisplaySurface::VTable0x30(
|
||||
p_width,
|
||||
p_height,
|
||||
ddsd.lPitch,
|
||||
m_surfaceDesc.ddpfPixelFormat.dwRGBBitCount
|
||||
8
|
||||
);
|
||||
}
|
||||
else {
|
||||
@ -550,7 +550,7 @@ void MxDisplaySurface::VTable0x30(
|
||||
p_width,
|
||||
p_height,
|
||||
ddsd.lPitch,
|
||||
m_surfaceDesc.ddpfPixelFormat.dwRGBBitCount
|
||||
16
|
||||
);
|
||||
}
|
||||
else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user