aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/world.h')
-rw-r--r--include/world.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/include/world.h b/include/world.h
index 228defa..733daae 100644
--- a/include/world.h
+++ b/include/world.h
@@ -129,6 +129,12 @@ public:
*/
Village(const char *meme, World *w);
+
+ /**
+ * Destructor...
+ */
+
+ ~Village(void){}
};
extern Player *player;
@@ -289,9 +295,7 @@ public:
std::vector<Particles *> particles;
-
-
- std::vector<Village * > village;
+ std::vector<Village *> village;
/**
* A vector of all light elements in this world.