mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-02 21:21:16 +00:00
remove override keyword for LegoEntity function
This commit is contained in:
parent
66623a3925
commit
30730cfb74
@ -33,7 +33,7 @@ class LegoEntity : public MxEntity
|
||||
}
|
||||
|
||||
virtual void vtable18(); // vtable+0x18
|
||||
virtual void Destroy() override; // vtable+0x1c
|
||||
virtual void Destroy(); // vtable+0x1c
|
||||
virtual void ParseAction(char *); // vtable+0x20
|
||||
|
||||
protected:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user