From 509068872e627a4f9f9b38e72c90d18caad444d2 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Wed, 13 Dec 2023 16:41:21 -0500 Subject: [PATCH] Remove cast --- LEGO1/mxdiskstreamcontroller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/mxdiskstreamcontroller.cpp b/LEGO1/mxdiskstreamcontroller.cpp index 43b2296f..285b94e7 100644 --- a/LEGO1/mxdiskstreamcontroller.cpp +++ b/LEGO1/mxdiskstreamcontroller.cpp @@ -100,7 +100,7 @@ MxResult MxDiskStreamController::VTable0x20(MxDSAction* p_action) if (VTable0x2c(p_action, entry->GetUnknown94()) != SUCCESS) return FAILURE; } - else if (MxStreamController::VTable0x20((MxDSAction*) p_action) != SUCCESS) + else if (MxStreamController::VTable0x20(p_action) != SUCCESS) return FAILURE; m_unk0x70 = 1;