From f54705e1c5311e023b2e1ebd5d4db226a7c7149e Mon Sep 17 00:00:00 2001 From: Jan Dalheimer Date: Fri, 21 Feb 2014 18:01:06 +0100 Subject: Don't assume forge for FTB instances. Fix FTB related stuff. --- logic/BaseInstance.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'logic/BaseInstance.h') diff --git a/logic/BaseInstance.h b/logic/BaseInstance.h index cd49f99b..d4007a41 100644 --- a/logic/BaseInstance.h +++ b/logic/BaseInstance.h @@ -51,6 +51,8 @@ public: /// virtual destructor to make sure the destruction is COMPLETE virtual ~BaseInstance() {}; + virtual void init() {} + /// nuke thoroughly - deletes the instance contents, notifies the list/model which is /// responsible of cleaning up the husk void nuke(); -- cgit v1.2.3