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 65b501d6..38f44fb4 100644 --- a/src/being.h +++ b/src/being.h @@ -371,7 +371,6 @@ class Being : public Sprite Uint8 mSex; Uint32 mSpeechTime; Uint32 mDamageTime; - bool mShowSpeech, mShowDamage; Sint32 mPx, mPy; /**< Pixel coordinates */ std::vector<AnimatedSprite*> mSprites; |