summaryrefslogtreecommitdiff
path: root/src/d/d_dvd_drive_error.cpp
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-08-01 11:26:25 +0200
committerrobojumper <robojumper@gmail.com>2025-08-02 09:20:02 +0200
commitd153cbc0ede10dd24a32e89faf81c8fb839ee23a (patch)
tree5a71a813845573051b1cafe0f91397f92261925d /src/d/d_dvd_drive_error.cpp
parent415873f7b34faa42ead43e620c591842dadee68e (diff)
Other cleanup
Diffstat (limited to 'src/d/d_dvd_drive_error.cpp')
-rw-r--r--src/d/d_dvd_drive_error.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_dvd_drive_error.cpp b/src/d/d_dvd_drive_error.cpp
index 3cf15bb2..68dace4a 100644
--- a/src/d/d_dvd_drive_error.cpp
+++ b/src/d/d_dvd_drive_error.cpp
@@ -142,7 +142,7 @@ void dDvdDriveError_c::execute() {
if (!mIsError) {
if (mDvdDriveStatus != DVD_STATE_IDLE && mDvdDriveStatus != DVD_STATE_BUSY) {
mIsError = true;
- dDvdUnk::FontUnk::GetInstance()->fn_80052C60();
+ dDvdUnk::FontUnk::GetInstance()->onError();
}
} else if (mDvdDriveStatus == DVD_STATE_IDLE) {
if (!dReset::Manage_c::GetInstance()->isSoftResetOrSafetyWait()) {