mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Make const
This commit is contained in:
parent
64a7e03fc3
commit
2c2502a478
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user