diff options
| author | Trueffel <106771418+Trueffeloot@users.noreply.github.com> | 2023-06-20 16:25:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-20 16:25:57 +0200 |
| commit | dd9417074bb8ecb273caca1544b19e683f1b7bf0 (patch) | |
| tree | a0b82ace6315c767249652660bb1440daa109002 /src/d/map/d_map_path_fmap.cpp | |
| parent | 7200a565ce4e94919dfcc6b4ffc0c375d3319fb7 (diff) | |
| parent | 9ba4267e6f22f4b9ab9de09fc662cf23a0084b3c (diff) | |
Merge branch 'zeldaret:master' into master
Diffstat (limited to 'src/d/map/d_map_path_fmap.cpp')
| -rw-r--r-- | src/d/map/d_map_path_fmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/map/d_map_path_fmap.cpp b/src/d/map/d_map_path_fmap.cpp index de419779ee..61c4e42e9b 100644 --- a/src/d/map/d_map_path_fmap.cpp +++ b/src/d/map/d_map_path_fmap.cpp @@ -277,7 +277,7 @@ void dMenu_Fmap_room_data_c::buildTresTypeGroup(int param_0, int param_1, int pa dTres_c::list_class* tresure_p = mp_fmapData->getTresure(); if (tresure_p != NULL) { int num = tresure_p->field_0x0; - dTres_c::data_s* data_p = tresure_p->field_0x4; + dTres_c::data_s* data_p = tresure_p->field_0x4->getDataPointer(); if (mp_fmpTresTypeGroupDataListAll == NULL) { mp_fmpTresTypeGroupDataListAll = new fmpTresTypeGroupDataListAll_c(); |
