diff options
author | Chuck Miller <shadowmil@gmail.com> | 2009-05-08 19:16:12 -0400 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2009-05-08 19:16:12 -0400 |
commit | fd7edc85cee0714896c181d0ae17cca17a382b80 (patch) | |
tree | f7714de3e5c0b034a9b7f5c5c48a428a5f30c882 /src/player.h | |
parent | a2ab6d765a3f205f282126ee4716a7b688b0c915 (diff) | |
download | mana-fd7edc85cee0714896c181d0ae17cca17a382b80.tar.gz mana-fd7edc85cee0714896c181d0ae17cca17a382b80.tar.bz2 mana-fd7edc85cee0714896c181d0ae17cca17a382b80.tar.xz mana-fd7edc85cee0714896c181d0ae17cca17a382b80.zip |
Fixed so player display names to show correctly when the being is created. Not just when the config value is changed.
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h index 07701528..f30a610b 100644 --- a/src/player.h +++ b/src/player.h @@ -155,6 +155,7 @@ class Player : public Being std::map<int, Guild*> mGuilds; #endif + bool mShowName; FlashText *mName; bool mIsGM; |