mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-27 10:11:15 +00:00
Remove cast
This commit is contained in:
parent
7f4704bce6
commit
509068872e
@ -100,7 +100,7 @@ MxResult MxDiskStreamController::VTable0x20(MxDSAction* p_action)
|
|||||||
if (VTable0x2c(p_action, entry->GetUnknown94()) != SUCCESS)
|
if (VTable0x2c(p_action, entry->GetUnknown94()) != SUCCESS)
|
||||||
return FAILURE;
|
return FAILURE;
|
||||||
}
|
}
|
||||||
else if (MxStreamController::VTable0x20((MxDSAction*) p_action) != SUCCESS)
|
else if (MxStreamController::VTable0x20(p_action) != SUCCESS)
|
||||||
return FAILURE;
|
return FAILURE;
|
||||||
|
|
||||||
m_unk0x70 = 1;
|
m_unk0x70 = 1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user