diff options
author | Ira Rice <irarice@gmail.com> | 2008-10-15 17:57:54 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-10-15 17:57:54 +0000 |
commit | f07fdcc9668cc446d31ce2539e3934c40d103ae3 (patch) | |
tree | 7a70fc09d9e9588fbf3225057a494e775af1f1d9 /src/being.h | |
parent | d3f84af9d22814db0ec67e87805b3d1054afd606 (diff) | |
download | mana-f07fdcc9668cc446d31ce2539e3934c40d103ae3.tar.gz mana-f07fdcc9668cc446d31ce2539e3934c40d103ae3.tar.bz2 mana-f07fdcc9668cc446d31ce2539e3934c40d103ae3.tar.xz mana-f07fdcc9668cc446d31ce2539e3934c40d103ae3.zip |
Added patch so that players can turn on or off speech bubbles.
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h index f5f1a1a7..cceebc3c 100644 --- a/src/being.h +++ b/src/being.h @@ -51,6 +51,7 @@ class Graphics; class ImageSet; class Particle; class SpeechBubble; +class Text; /** * A position along a being's path. @@ -398,6 +399,7 @@ class Being : public Sprite Path mPath; std::string mSpeech; + Text *mText; Uint16 mHairStyle, mHairColor; Uint8 mGender; Uint32 mSpeechTime; |