summaryrefslogtreecommitdiff
path: root/src/game-server/spawnarea.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/spawnarea.hpp')
-rw-r--r--src/game-server/spawnarea.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game-server/spawnarea.hpp b/src/game-server/spawnarea.hpp
index 1debb1b3..2f8ff51a 100644
--- a/src/game-server/spawnarea.hpp
+++ b/src/game-server/spawnarea.hpp
@@ -45,6 +45,8 @@ class SpawnArea : public Thing, public DeathListener
virtual void died(Being *being);
+ virtual void deleted(Being *being) {};
+
protected:
Rectangle mZone;
int mMaxBeings; /**< Maximum population of this area. */