mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
MxLong Tickle() -> MxResult Tickle() (#135)
* MxLong Tickle() -> MxResult Tickle() * Remove garbage * Fix implementations
This commit is contained in:

committed by
GitHub

parent
611afb7799
commit
b4258da0f5
@@ -22,7 +22,7 @@ MxLong MxCore::Notify(MxParam &p)
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x10001f70
|
||||
MxLong MxCore::Tickle()
|
||||
MxResult MxCore::Tickle()
|
||||
{
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user