diff options
| author | compugab <compugab@hotmail.com> | 2026-06-02 17:54:49 -0400 |
|---|---|---|
| committer | compugab <compugab@hotmail.com> | 2026-06-02 17:54:49 -0400 |
| commit | efa6ea43cbc7dcd6993fc422f282c3c948afc4ba (patch) | |
| tree | 25da8b12aa5016ed75075d6b17aef32ebb21f87e /src | |
| parent | 56d4b05e1ea85058b9717cdfb6e5616eee6ec1a5 (diff) | |
correcting build problems
Diffstat (limited to 'src')
| -rw-r--r-- | src/d/lyt/d_lyt_map_capture.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/d/lyt/d_lyt_map_capture.cpp b/src/d/lyt/d_lyt_map_capture.cpp index 785c5774..20936865 100644 --- a/src/d/lyt/d_lyt_map_capture.cpp +++ b/src/d/lyt/d_lyt_map_capture.cpp @@ -49,6 +49,11 @@ void dLytMapCapture_c::fn_8012D610(mVec3_c *out){ *out = dStage_c::GetInstance()->getMapRelated()->fn_801B4CB0(); } +void dLytMapCapture_c::fn_8012D670(mVec3_c *out){ + dStage_c::GetInstance()->getMapRelated()->fn_801B50C0(0); + *out = dStage_c::GetInstance()->getMapRelated()->fn_801B4C90(); +} + void dLytMapCapture_c::fn_8012D800(nw4r::lyt::Pane *param_2, const GXTexObj *param_3) { if (param_3 != nullptr && dStage_c::GetInstance() != nullptr && dStage_c::GetInstance()->getMapRelated()->fn_801B5970(param_3)) { |
