summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2008-10-15 17:57:54 +0000
committerIra Rice <irarice@gmail.com>2008-10-15 17:57:54 +0000
commitf07fdcc9668cc446d31ce2539e3934c40d103ae3 (patch)
tree7a70fc09d9e9588fbf3225057a494e775af1f1d9 /src/being.h
parentd3f84af9d22814db0ec67e87805b3d1054afd606 (diff)
downloadMana-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.h2
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;