mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 14:51:15 +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;
|
||||
|
||||
FUN_1009e020();
|
||||
ClearBackBuffers();
|
||||
|
||||
if (!GetDDSurfaceDesc(&ddsd, m_pBackBuffer)) {
|
||||
return FALSE;
|
||||
@ -549,7 +549,7 @@ BOOL MxDirectDraw::DDCreateSurfaces()
|
||||
|
||||
// FUNCTION: LEGO1 0x1009e020
|
||||
// FUNCTION: BETA10 0x10121700
|
||||
void MxDirectDraw::FUN_1009e020()
|
||||
void MxDirectDraw::ClearBackBuffers()
|
||||
{
|
||||
HRESULT result;
|
||||
byte* line;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user