mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
cleanup: fix all improper uses of MxResult (#234)
* cleanup: fix all improper uses of MxResult
This commit is contained in:
@@ -16,7 +16,7 @@ MxDiskStreamController::~MxDiskStreamController()
|
||||
MxResult MxDiskStreamController::Tickle()
|
||||
{
|
||||
// TODO
|
||||
return 0;
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100c7790 STUB
|
||||
|
Reference in New Issue
Block a user