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
@@ -26,7 +26,7 @@ public:
|
||||
__declspec(dllexport) void Register(MxCore *);
|
||||
__declspec(dllexport) void UnRegister(MxCore *);
|
||||
|
||||
virtual MxLong Tickle() override; // vtable+0x8
|
||||
virtual MxResult Tickle() override; // vtable+0x8
|
||||
|
||||
undefined m_pad40[0x15c];
|
||||
int m_joystickIndex;
|
||||
|
Reference in New Issue
Block a user