From 2c2502a478d8c93010a37bfbe8405fa9c0383c93 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 23 Mar 2024 13:01:06 -0400 Subject: [PATCH] Make const --- LEGO1/lego/legoomni/include/legocharacters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/include/legocharacters.h b/LEGO1/lego/legoomni/include/legocharacters.h index 292eb9a9..309d6f00 100644 --- a/LEGO1/lego/legoomni/include/legocharacters.h +++ b/LEGO1/lego/legoomni/include/legocharacters.h @@ -19,7 +19,7 @@ struct LegoCharacterData { MxU8 m_unk0x14; // 0x14 }; - char* m_name; // 0x00 + const char* m_name; // 0x00 LegoROI* m_roi; // 0x04 LegoExtraActor* m_actor; // 0x08 MxS32 m_unk0x0c; // 0x0c