From c2ff465dfd1d83816015a436f0f740a1730c5065 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 19 Jun 2023 16:27:09 +0200 Subject: [PATCH] rename param --- LEGO1/mxdsobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;