mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-26 14:13:55 -04:00
Rename FUN_1009e020 to ClearBackBuffers (#1503)
* Rename FUN_1009e020 to ClearBackBuffers * Update mxdirectdraw.h
This commit is contained in:
parent
3f0fe654ff
commit
d00c08cc19
@ -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;
|
||||||
|
@ -79,7 +79,7 @@ protected:
|
|||||||
void Error(const char* p_message, int p_error);
|
void Error(const char* p_message, int p_error);
|
||||||
|
|
||||||
BOOL RecreateDirectDraw(GUID** a2);
|
BOOL RecreateDirectDraw(GUID** a2);
|
||||||
void FUN_1009e020();
|
void ClearBackBuffers();
|
||||||
void FUN_1009d920();
|
void FUN_1009d920();
|
||||||
|
|
||||||
// SYNTHETIC: LEGO1 0x1009d510
|
// SYNTHETIC: LEGO1 0x1009d510
|
||||||
|
Loading…
x
Reference in New Issue
Block a user