summaryrefslogtreecommitdiffstats
path: root/src/game-server/monster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/monster.h')
-rw-r--r--src/game-server/monster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/monster.h b/src/game-server/monster.h
index 1b17bfd..d28ec57 100644
--- a/src/game-server/monster.h
+++ b/src/game-server/monster.h
@@ -280,7 +280,7 @@ class MonsterComponent : public Component
/** Time in game ticks until ownership of a monster can change. */
static const int KILLSTEAL_PROTECTION_TIME = 100;
- MonsterComponent(Actor &actor, MonsterClass *);
+ MonsterComponent(Entity &entity, MonsterClass *);
~MonsterComponent();
/**