diff options
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 */ |