From 30730cfb740f86eb6f40f5fe7c68bd84918adf1c Mon Sep 17 00:00:00 2001 From: disinvite Date: Wed, 27 Sep 2023 14:41:05 -0400 Subject: [PATCH] remove override keyword for LegoEntity function --- LEGO1/legoentity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/legoentity.h b/LEGO1/legoentity.h index 499b8c73..9fbbb5bb 100644 --- a/LEGO1/legoentity.h +++ b/LEGO1/legoentity.h @@ -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: