mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
feat(profile): fix types
This commit is contained in:
parent
4b49d692fa
commit
8903a37e8b
2 changed files with 97 additions and 97 deletions
|
|
@ -70,7 +70,7 @@ struct CMapArea
|
|||
int32_t* textureFlags;
|
||||
uint8_t* unk_B8; //MH20
|
||||
|
||||
CMapChunk mapChunks[256];
|
||||
CMapChunk* mapChunks[256];
|
||||
};
|
||||
|
||||
struct CMapChunk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue