mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Rename LegoCharacterData to LegoCharacterInfo (#867)
This commit is contained in:

committed by
GitHub

parent
ca9b611251
commit
7c6c68d6f9
@@ -8,7 +8,7 @@ class LegoExtraActor;
|
||||
class LegoROI;
|
||||
|
||||
// SIZE 0x108
|
||||
struct LegoCharacterData {
|
||||
struct LegoCharacterInfo {
|
||||
// SIZE 0x18
|
||||
struct Part {
|
||||
MxU8* m_unk0x00; // 0x00
|
||||
@@ -72,7 +72,7 @@ enum LegoCharacterParts {
|
||||
c_legrtPart
|
||||
};
|
||||
|
||||
extern LegoCharacterData g_characterDataInit[66];
|
||||
extern LegoCharacterInfo g_characterInfoInit[66];
|
||||
extern LegoCharacterLOD g_characterLODs[11];
|
||||
|
||||
#endif // LEGOCHARACTERS_H
|
||||
|
Reference in New Issue
Block a user