mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-09 23:53:02 +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
@@ -14,7 +14,7 @@ public:
|
||||
Init();
|
||||
}
|
||||
|
||||
virtual MxLong Tickle() override; // vtable+0x8, override MxCore
|
||||
virtual MxResult Tickle() override; // vtable+0x8, override MxCore
|
||||
|
||||
// OFFSET: LEGO1 0x1000c5c0
|
||||
inline virtual const char *ClassName() const override // vtable+0xc
|
||||
|
||||
Reference in New Issue
Block a user