From 7f79d5c32977b948645305b5d2caec45ad3fbec0 Mon Sep 17 00:00:00 2001 From: gromchek Date: Wed, 10 Sep 2025 00:40:40 +0300 Subject: [PATCH] feat(profile): fix fields --- .../3.3.5a-windows-386/include/map/CMapArea.h | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/profile/3.3.5a-windows-386/include/map/CMapArea.h b/profile/3.3.5a-windows-386/include/map/CMapArea.h index 57ee8b7..97f9777 100644 --- a/profile/3.3.5a-windows-386/include/map/CMapArea.h +++ b/profile/3.3.5a-windows-386/include/map/CMapArea.h @@ -23,11 +23,10 @@ STORM_TS_GROWABLE_ARRAY(CMapAreaTexture); struct CMapArea { void** vtable; - int32_t objectIndex; + uint32_t objectIndex; uint16_t flags; uint16_t pad_0A; - int32_t unk_0C; - + uint32_t unk_0C; CMapArea* perv; CMapArea* next; @@ -76,12 +75,12 @@ struct CMapArea struct CMapChunk { void** vtable; - int32_t objectIndex; - int32_t unk_08; - - int32_t TSExplicitList__m_linkoffset_0C; - void* TSExplicitList__ptr1_10; - void* TSExplicitList__ptr2_14; + uint32_t objectIndex; + uint16_t flags; + uint16_t pad_0A; + uint32_t unk_0C; + CMapChunk* prev; + CMapChunk* next; int32_t TSExplicitList__m_linkoffset_18; void* TSExplicitList__ptr1_1C;