diff --git a/LEGO1/mxdirect3d.h b/LEGO1/mxdirect3d.h index c3db64d6..963efc8f 100644 --- a/LEGO1/mxdirect3d.h +++ b/LEGO1/mxdirect3d.h @@ -82,8 +82,8 @@ struct MxDeviceEnumerateElement { void Init(LPGUID p_guid, LPSTR p_driverDesc, LPSTR p_driverName); LPGUID m_guid; // 0x00 - LPSTR m_driverDesc; // 0x04 - LPSTR m_driverName; // 0x08 + char* m_driverDesc; // 0x04 + char* m_driverName; // 0x08 DDCAPS m_ddCaps; // 0x0c list m_unk0x178; // 0x178 list m_unk0x184; // 0x184