From 78f4142f4ff033351030a2008f76c6bf8768780c Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 18 Oct 2011 00:01:50 +0300 Subject: Add /clearobjects --- src/environment.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/environment.h') diff --git a/src/environment.h b/src/environment.h index d93caac3b..5d2fe5551 100644 --- a/src/environment.h +++ b/src/environment.h @@ -218,6 +218,11 @@ public: void addActiveBlockModifier(ActiveBlockModifier *abm); + /* Other stuff */ + + // Clear all objects, loading and going through every MapBlock + void clearAllObjects(); + private: /* -- cgit v1.2.3