summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Miller <seanmiller999@gmail.com>2026-04-07 07:16:20 +0100
committerSean Miller <seanmiller999@gmail.com>2026-04-07 07:16:20 +0100
commit287c5ec50c05adc1e602b5bed14c091a996fca89 (patch)
tree6398a3f9da04fb7c1ca47c001e379e44cbf5f00f /src
parent10e438bea8e8c475f576539683c7bc99c04b3cab (diff)
Fix incorrect/poor names, missing import
Diffstat (limited to 'src')
-rw-r--r--src/d/d_main.cpp4
-rw-r--r--src/d/d_sys.cpp6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/d/d_main.cpp b/src/d/d_main.cpp
index c78c627a..34c66c0f 100644
--- a/src/d/d_main.cpp
+++ b/src/d/d_main.cpp
@@ -28,11 +28,11 @@ void fn_80054FB0(u32 val) {
lbl_805751D0 = flags | val;
}
-void fn_80054EF0(u32 val) {
+void fn_80054FE0(u32 val) {
lbl_805751D0 &= ~val;
if (!lbl_805751D0) {
- fManager_c::keepStopProcFlags(fManager_c::PROC_FLAG_DRAW);
+ fManager_c::maskStopProcFlags(fManager_c::PROC_FLAG_DRAW);
}
}
diff --git a/src/d/d_sys.cpp b/src/d/d_sys.cpp
index a988ce03..f94f91b0 100644
--- a/src/d/d_sys.cpp
+++ b/src/d/d_sys.cpp
@@ -289,7 +289,7 @@ void dSys_c::execute() {
dDvdUnk::FontUnk::GetInstance()->drawNonDriveError();
if (dLytSystemWindow_c::GetInstance()) {
- dLytSystemWindow_c::GetInstance()->fn_80125EF0();
+ dLytSystemWindow_c::GetInstance()->fn_80152EF0();
}
SaveMgr::GetInstance()->draw();
@@ -314,7 +314,7 @@ void dSys_c::execute() {
dDvdUnk::FontUnk::GetInstance()->execute();
if (dLytSystemWindow_c::GetInstance()) {
- dLytSystemWindow_c::GetInstance()->fn_80125EF0();
+ dLytSystemWindow_c::GetInstance()->fn_80152EF0();
}
SaveMgr::GetInstance()->draw();
@@ -356,7 +356,7 @@ void dSys_c::execute() {
SaveMgr::GetInstance()->execute();
if (dLytSystemWindow_c::GetInstance()) {
- dLytSystemWindow_c::GetInstance()->fn_80125E20();
+ dLytSystemWindow_c::GetInstance()->fn_80152E20();
}
dSndMgr_c::GetInstance()->calc();