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 ea6cd30..73fec6a 100644
--- a/src/game-server/monster.h
+++ b/src/game-server/monster.h
@@ -334,7 +334,7 @@ class Monster : public Being
* attributes if it has changed.
* @returns Whether it was changed.
*/
- virtual bool recalculateBaseAttribute(unsigned int);
+ virtual bool recalculateBaseAttribute(unsigned);
protected:
/**