mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Use reference on MxDSObject Deserialize calls (#767)
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
|
||||
undefined4 VTable0x14() override; // vtable+14;
|
||||
MxU32 GetSizeOnDisk() override; // vtable+18;
|
||||
void Deserialize(MxU8** p_source, MxS16 p_unk0x24) override; // vtable+1c;
|
||||
void Deserialize(MxU8*& p_source, MxS16 p_unk0x24) override; // vtable+1c;
|
||||
virtual MxLong GetDuration(); // vtable+24;
|
||||
virtual void SetDuration(MxLong p_duration); // vtable+28;
|
||||
virtual MxDSAction* Clone(); // vtable+2c;
|
||||
|
Reference in New Issue
Block a user