summaryrefslogtreecommitdiff
path: root/src/d/lyt/d_lyt_pause.cpp
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-09-13 10:19:06 +0200
committerrobojumper <robojumper@gmail.com>2025-09-13 10:19:06 +0200
commit2c1ac8de86ed0e944dc5ce40067ee5145f2d6029 (patch)
tree07b2b6dfade52ad935abd604a31f7a962230300b /src/d/lyt/d_lyt_pause.cpp
parent9eeb9c1238b286357d41a7c158a82e5168a18e36 (diff)
Rebase fixes
Diffstat (limited to 'src/d/lyt/d_lyt_pause.cpp')
-rw-r--r--src/d/lyt/d_lyt_pause.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/d/lyt/d_lyt_pause.cpp b/src/d/lyt/d_lyt_pause.cpp
index e139e48f..afc09d73 100644
--- a/src/d/lyt/d_lyt_pause.cpp
+++ b/src/d/lyt/d_lyt_pause.cpp
@@ -7,8 +7,8 @@
#include "d/d_gfx.h"
#include "d/d_heap.h"
#include "d/d_pad.h"
+#include "d/d_pad_manager.h"
#include "d/d_pad_nav.h"
-#include "d/d_pause.h"
#include "d/d_player.h"
#include "d/flag/storyflag_manager.h"
#include "d/lyt/d_lyt_common_arrow.h"
@@ -409,8 +409,7 @@ void dLytPauseMain_c::executeState_Select() {
case 300: {
if (mpDisp00->isChangingState() == true) {
mStep++;
- // TODO - dPadManager_c
- fn_80059F40(dPauseManager_c::GetInstance());
+ dPadManager_c::GetInstance()->requestMplsCalibration();
}
break;
}