summaryrefslogtreecommitdiff
path: root/src/being/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/being.h')
-rw-r--r--src/being/being.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/being/being.h b/src/being/being.h
index 9e623cbad..42071b0ab 100644
--- a/src/being/being.h
+++ b/src/being/being.h
@@ -450,14 +450,12 @@ class Being notfinal : public ActorSprite,
/**
* Sets the attack speed.
- * @todo In what unit?
*/
void setAttackSpeed(const int speed) restrict2 noexcept2
{ mAttackSpeed = speed; }
/**
* Gets the attack speed.
- * @todo In what unit?
*/
int getAttackSpeed() const restrict2 noexcept2 A_WARN_UNUSED
{ return mAttackSpeed; }
@@ -1200,7 +1198,6 @@ class Being notfinal : public ActorSprite,
/**
* Calculates the offset in the given directions.
* If walking in direction 'neg' the value is negated.
- * TODO: Used by eAthena only?
*/
template<signed char pos, signed char neg>
int getOffset() const restrict2 A_WARN_UNUSED;