From 287c5ec50c05adc1e602b5bed14c091a996fca89 Mon Sep 17 00:00:00 2001 From: Sean Miller Date: Tue, 7 Apr 2026 07:16:20 +0100 Subject: Fix incorrect/poor names, missing import --- src/d/d_sys.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/d/d_sys.cpp') 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(); -- cgit v1.2.3