diff options
Diffstat (limited to 'src/monster.h')
-rw-r--r-- | src/monster.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monster.h b/src/monster.h index 34a2f237..cd2a8f0c 100644 --- a/src/monster.h +++ b/src/monster.h @@ -76,7 +76,7 @@ class Monster : public Being /** * Determine whether the mob should show it's name */ - void showName(bool show); + void setShowName(bool show); /** * Gets the way the monster is blocked by other objects |