feat(profile): fix types

This commit is contained in:
gromchek 2025-09-07 13:32:50 +03:00
parent 4b49d692fa
commit 8903a37e8b
2 changed files with 97 additions and 97 deletions

View file

@ -70,7 +70,7 @@ struct CMapArea
int32_t* textureFlags;
uint8_t* unk_B8; //MH20
CMapChunk mapChunks[256];
CMapChunk* mapChunks[256];
};
struct CMapChunk