mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-02 05:01:17 +00:00
MxDirect3D::m_unk0x88c is a MxBool
This commit is contained in:
parent
61e515067e
commit
dd802c7768
@ -14,7 +14,7 @@ MxDirect3D::MxDirect3D()
|
|||||||
{
|
{
|
||||||
this->m_pDirect3d = NULL;
|
this->m_pDirect3d = NULL;
|
||||||
this->m_pDirect3dDevice = NULL;
|
this->m_pDirect3dDevice = NULL;
|
||||||
this->m_unk0x88c = NULL;
|
this->m_unk0x88c = 0;
|
||||||
this->m_assignedDevice = NULL;
|
this->m_assignedDevice = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user