diff --git a/LEGO1/mxdsobject.h b/LEGO1/mxdsobject.h index 44283107..b3e0666e 100644 --- a/LEGO1/mxdsobject.h +++ b/LEGO1/mxdsobject.h @@ -17,7 +17,7 @@ class MxDSObject : public MxCore inline void SetUnkown1c(int p_unk1c) { this->m_unk1c = p_unk1c; } inline void SetUnknown24(unsigned short p_unk24) { this->m_unk24 = p_unk24; } - void SetAtomId(MxAtomId id); + void SetAtomId(MxAtomId p_atomId); private: int m_unk08;