diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-05-13 00:33:40 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-05-13 00:33:40 +0000 |
commit | b1b8bdc56839540492c409f7d98923c85369a478 (patch) | |
tree | 6814c8b6fba7a8c52cc2924eb307450ae111348c /src/being.h | |
parent | 6a92182d9f24f7003f634c0b6a21af418daef442 (diff) | |
download | mana-b1b8bdc56839540492c409f7d98923c85369a478.tar.gz mana-b1b8bdc56839540492c409f7d98923c85369a478.tar.bz2 mana-b1b8bdc56839540492c409f7d98923c85369a478.tar.xz mana-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.h | 1 |
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 */ |