Make const

This commit is contained in:
Christian Semmler 2024-03-23 13:01:06 -04:00
parent 64a7e03fc3
commit 2c2502a478

View File

@ -19,7 +19,7 @@ struct LegoCharacterData {
MxU8 m_unk0x14; // 0x14 MxU8 m_unk0x14; // 0x14
}; };
char* m_name; // 0x00 const char* m_name; // 0x00
LegoROI* m_roi; // 0x04 LegoROI* m_roi; // 0x04
LegoExtraActor* m_actor; // 0x08 LegoExtraActor* m_actor; // 0x08
MxS32 m_unk0x0c; // 0x0c MxS32 m_unk0x0c; // 0x0c