This commit is contained in:
Christian Semmler 2024-03-09 12:22:19 -05:00
parent 36125d4ee1
commit 62474afd35

View File

@ -14,7 +14,6 @@ class LegoNamedPart {
}
~LegoNamedPart() { delete m_list; }
// FUNCTION: LEGO1 0x1003f920
const MxString* GetName() const { return &m_name; }
LegoLODList* GetList() { return m_list; }