diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2023-06-19 23:39:09 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-19 14:39:09 -0600 |
| commit | 2e6e46892826c329a7a137e5ef081d81d2775a87 (patch) | |
| tree | 61c6123219949f818ba8d481528b3ce5d784088f /src/d/map/d_map_path_fmap.cpp | |
| parent | f17cf7f6f118367d59903b0018a532e3fa32eb6a (diff) | |
Work on d_resorce, d_vibration, d_tresure and others (#347)
* Work on d_resorce
* Work on d_a_tag_TWgate
* Work on d_meter_map
* d_tresure OK
* Work on d_vibration
* Work on d_a_npc
* Work on d_a_npc
* Work on d_a_npc
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(); |
