diff --git a/LEGO1/mxregion.h b/LEGO1/mxregion.h index 23bfa3b1..f68139a0 100644 --- a/LEGO1/mxregion.h +++ b/LEGO1/mxregion.h @@ -22,9 +22,7 @@ class MxRegion : public MxCore private: // A container (probably MxList) holding MxRect32 - // MxList *m_rects; - // 4 coordinates (could be MxRect32) - // MxS32 left, top, right, bottom; + // MxList *m_rects; undefined4 m_unk08; MxRect32 m_rect; };