diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-08-04 22:22:40 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-08-05 01:04:58 -0600 |
commit | dd1463241c00f38de5855b9e9869b773f683373f (patch) | |
tree | a5ceea8ccfded6f48214021bc7481a98b81abebc /src/localplayer.h | |
parent | 154ea41225505eee0c77652a04738d845a2e93cd (diff) | |
download | mana-dd1463241c00f38de5855b9e9869b773f683373f.tar.gz mana-dd1463241c00f38de5855b9e9869b773f683373f.tar.bz2 mana-dd1463241c00f38de5855b9e9869b773f683373f.tar.xz mana-dd1463241c00f38de5855b9e9869b773f683373f.zip |
Have Being manage speech creation and add permissions to events
The Being and Player Chat events now have the precomuted permissions
for SPEECH_LOG and SPEECH_FLOAT. The Being class now acts on those
events to show speech (if SPEECH_FLOAT is present). ChatWindow now
checks for the SPEECH_LOG permission.
Reviewed-by: Freeyorp
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 14ab5482..2fb93e9b 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -49,8 +49,7 @@ class AwayListener : public gcn::ActionListener /** * The local player character. */ -class LocalPlayer : public Being, public ActorSpriteListener, - public Mana::Listener +class LocalPlayer : public Being, public ActorSpriteListener { public: /** |