summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-05-13 00:33:40 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-05-13 00:33:40 +0000
commitb1b8bdc56839540492c409f7d98923c85369a478 (patch)
tree6814c8b6fba7a8c52cc2924eb307450ae111348c /src/being.h
parent6a92182d9f24f7003f634c0b6a21af418daef442 (diff)
downloadmana-client-b1b8bdc56839540492c409f7d98923c85369a478.tar.gz
mana-client-b1b8bdc56839540492c409f7d98923c85369a478.tar.bz2
mana-client-b1b8bdc56839540492c409f7d98923c85369a478.tar.xz
mana-client-b1b8bdc56839540492c409f7d98923c85369a478.zip
Specify the color in which speech and names are supposed to be drawn. Removed
unused mSpeechColor member.
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h
index 0dd8cd65..fbc03456 100644
--- a/src/being.h
+++ b/src/being.h
@@ -88,7 +88,6 @@ class Being : public Sprite
Uint8 mDirection; /**< Facing direction */
Uint8 mAction;
Uint8 mFrame;
- Sint32 mSpeechColor;
Uint16 mWalkTime;
Uint8 mEmotion; /**< Currently showing emotion */
Uint8 mEmotionTime; /**< Time until emotion disappears */