summaryrefslogtreecommitdiff
path: root/src/game-server/monster.hpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-03-31 12:15:39 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-03-31 12:15:39 +0000
commite0c185864c09cebd3a7a0118d20ca3a368cbdb6e (patch)
treeef1b06b20e1d5ef2ae94a8b0a6ea739619fb4eed /src/game-server/monster.hpp
parenteba3a8635b308475aa4bcfc5f5cd058c48ed679d (diff)
downloadmanaserv-e0c185864c09cebd3a7a0118d20ca3a368cbdb6e.tar.gz
manaserv-e0c185864c09cebd3a7a0118d20ca3a368cbdb6e.tar.bz2
manaserv-e0c185864c09cebd3a7a0118d20ca3a368cbdb6e.tar.xz
manaserv-e0c185864c09cebd3a7a0118d20ca3a368cbdb6e.zip
Added a DeathListener interface, which the SpawnArea now uses to get notified
about dying beings, so that it knows when to spawn more.
Diffstat (limited to 'src/game-server/monster.hpp')
-rw-r--r--src/game-server/monster.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/monster.hpp b/src/game-server/monster.hpp
index da5cb71f..c92a7698 100644
--- a/src/game-server/monster.hpp
+++ b/src/game-server/monster.hpp
@@ -28,7 +28,7 @@
/**
* The class for a fightable monster with its own AI
*/
-class Monster: public Being
+class Monster : public Being
{
public:
/**