rename param

This commit is contained in:
Christian Semmler 2023-06-19 16:27:09 +02:00
parent d33cf2e081
commit c2ff465dfd
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -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;