diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2006-08-27 15:54:32 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2006-08-27 15:54:32 +0000 |
commit | 8ca48faeb472bb6645ec18c7b2e0480e8e20435e (patch) | |
tree | bbb93c24c6b3c27891890820d20cd75b39e1fe7a /src/being.h | |
parent | 97cdacdaf3cfa0970597483d41838906125886bc (diff) | |
download | mana-8ca48faeb472bb6645ec18c7b2e0480e8e20435e.tar.gz mana-8ca48faeb472bb6645ec18c7b2e0480e8e20435e.tar.bz2 mana-8ca48faeb472bb6645ec18c7b2e0480e8e20435e.tar.xz mana-8ca48faeb472bb6645ec18c7b2e0480e8e20435e.zip |
Removed Being::mFrame field.
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 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 */ |