diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-13 23:54:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-13 20:54:57 -0700 |
| commit | f891887626e36b991b0e8afd4e6b995c3d1a4540 (patch) | |
| tree | 639a8bbd0062ca6f0d8ae6775e2afb06b2b096bf /src/d/d_map_path_fmap.cpp | |
| parent | 3df5c7bb42c1b886024b254fec28e5f98310b630 (diff) | |
d_stage cleanup (#2392)
Diffstat (limited to 'src/d/d_map_path_fmap.cpp')
| -rw-r--r-- | src/d/d_map_path_fmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_map_path_fmap.cpp b/src/d/d_map_path_fmap.cpp index c95c1c7869..cef7365df8 100644 --- a/src/d/d_map_path_fmap.cpp +++ b/src/d/d_map_path_fmap.cpp @@ -369,7 +369,7 @@ bool dMenuFmapIconPointer_c::init(dMenu_Fmap_region_data_c* i_regionData, return false; } - mSaveTbl = i_dStage_stagInfo_GetSaveTbl(stag_info); + mSaveTbl = dStage_stagInfo_GetSaveTbl(stag_info); mpRegionData = i_regionData; mpStageData = i_stageData; mType = dTres_c::getTypeGroupNoToType(i_typeGroupNo); |
