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 6de8368..3b58fa6 100644
--- a/src/game-server/monster.h
+++ b/src/game-server/monster.h
@@ -322,7 +322,7 @@ class Monster : public Being
/**
* Removes a being from the anger list.
*/
- void forgetTarget(Thing *being);
+ void forgetTarget(Entity *being);
/**
* Called when an attribute modifier is changed.