mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-11 18:51:16 +00:00
name m_unk84c
This commit is contained in:
parent
3a8cb2a50c
commit
d9f10fe67b
@ -85,7 +85,7 @@ int MxDirectDraw::Pause(int param_1)
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (m_unk84c) {
|
||||
if (m_fullScreen) {
|
||||
if (!FlipToGDISurface()) {
|
||||
return 0;
|
||||
}
|
||||
@ -112,7 +112,7 @@ HRESULT MxDirectDraw::FUN_1009e750()
|
||||
{
|
||||
HRESULT ret;
|
||||
|
||||
if (m_unk84c && m_unk848) {
|
||||
if (m_fullScreen && m_unk848) {
|
||||
if (m_ddpal) {
|
||||
ret = m_ddpal->SetEntries(0, 0, 256, m_pal0);
|
||||
if (ret != DD_OK) {
|
||||
|
||||
@ -25,7 +25,7 @@ class MxDirectDraw
|
||||
PALETTEENTRY m_pal1[256]; // +0x42c
|
||||
HWND hWindow; // +0x83c
|
||||
long m_unk848;
|
||||
long m_unk84c;
|
||||
BOOL m_fullScreen;
|
||||
void (*m_unk85c)(char *, HRESULT, long); // error handler or logger?
|
||||
long m_unk864;
|
||||
long m_unk86c;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user