From dd802c7768134a39801119438ac13c81de919b11 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Sat, 6 Jan 2024 20:11:59 +0100 Subject: [PATCH] MxDirect3D::m_unk0x88c is a MxBool --- LEGO1/mxdirect3d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/mxdirect3d.cpp b/LEGO1/mxdirect3d.cpp index a006b4bb..dc4f3bfa 100644 --- a/LEGO1/mxdirect3d.cpp +++ b/LEGO1/mxdirect3d.cpp @@ -14,7 +14,7 @@ MxDirect3D::MxDirect3D() { this->m_pDirect3d = NULL; this->m_pDirect3dDevice = NULL; - this->m_unk0x88c = NULL; + this->m_unk0x88c = 0; this->m_assignedDevice = NULL; }