mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
Rename FUN_1009e020 to ClearBackBuffers
This commit is contained in:
parent
3f0fe654ff
commit
0cdbd17534
@ -399,7 +399,7 @@ BOOL MxDirectDraw::DDSetMode(int width, int height, int bpp)
|
|||||||
|
|
||||||
DDSURFACEDESC ddsd;
|
DDSURFACEDESC ddsd;
|
||||||
|
|
||||||
FUN_1009e020();
|
ClearBackBuffers();
|
||||||
|
|
||||||
if (!GetDDSurfaceDesc(&ddsd, m_pBackBuffer)) {
|
if (!GetDDSurfaceDesc(&ddsd, m_pBackBuffer)) {
|
||||||
return FALSE;
|
return FALSE;
|
||||||
@ -549,7 +549,7 @@ BOOL MxDirectDraw::DDCreateSurfaces()
|
|||||||
|
|
||||||
// FUNCTION: LEGO1 0x1009e020
|
// FUNCTION: LEGO1 0x1009e020
|
||||||
// FUNCTION: BETA10 0x10121700
|
// FUNCTION: BETA10 0x10121700
|
||||||
void MxDirectDraw::FUN_1009e020()
|
void MxDirectDraw::ClearBackBuffers()
|
||||||
{
|
{
|
||||||
HRESULT result;
|
HRESULT result;
|
||||||
byte* line;
|
byte* line;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user