summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/being.h b/src/being.h
index 4d0f714a..7dd54ea5 100644
--- a/src/being.h
+++ b/src/being.h
@@ -522,8 +522,8 @@ class Being : public Sprite, public ConfigListener
void flashName(int time);
- int getTakedDamage() const
- { return mTakedDamage; }
+ int getDamageTaken() const
+ { return mDamageTaken; }
void updateName();
@@ -655,7 +655,7 @@ class Being : public Sprite, public ConfigListener
Vector mDest;
int mX, mY; /**< Position on tile */
- int mTakedDamage;
+ int mDamageTaken;
/** Target cursor being used */
SimpleAnimation* mUsedTargetCursor;