summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-08-27 15:54:32 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-08-27 15:54:32 +0000
commit8ca48faeb472bb6645ec18c7b2e0480e8e20435e (patch)
treebbb93c24c6b3c27891890820d20cd75b39e1fe7a /src/being.h
parent97cdacdaf3cfa0970597483d41838906125886bc (diff)
downloadmana-client-8ca48faeb472bb6645ec18c7b2e0480e8e20435e.tar.gz
mana-client-8ca48faeb472bb6645ec18c7b2e0480e8e20435e.tar.bz2
mana-client-8ca48faeb472bb6645ec18c7b2e0480e8e20435e.tar.xz
mana-client-8ca48faeb472bb6645ec18c7b2e0480e8e20435e.zip
Removed Being::mFrame field.
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 7e5645ae..38c62dbb 100644
--- a/src/being.h
+++ b/src/being.h
@@ -103,7 +103,6 @@ class Being : public Sprite
Uint16 mX, mY; /**< Pixel coordinates (tile center) */
Uint8 mDirection; /**< Facing direction */
Uint8 mAction; /**< Action the being is performing */
- Uint8 mFrame;
Uint16 mWalkTime;
Uint8 mEmotion; /**< Currently showing emotion */
Uint8 mEmotionTime; /**< Time until emotion disappears */