diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-03-26 00:27:05 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-03-26 00:32:19 +0100 |
commit | dfcc6397848d4597b386b688f689352de6c19ae2 (patch) | |
tree | a6e8c9afd6a49ea96e4498080a96d3e06ecaebd7 /src/monster.h | |
parent | cd20fb3432498b8871401bdd65a143197e2a6538 (diff) | |
download | mana-client-dfcc6397848d4597b386b688f689352de6c19ae2.tar.gz mana-client-dfcc6397848d4597b386b688f689352de6c19ae2.tar.bz2 mana-client-dfcc6397848d4597b386b688f689352de6c19ae2.tar.xz mana-client-dfcc6397848d4597b386b688f689352de6c19ae2.zip |
Remove redundancy, fix variable names and other code cleanups
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 |