summaryrefslogtreecommitdiff
path: root/src/being/being.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-03 17:02:07 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-03 17:02:07 +0300
commit829c8fb2476f763f0d0a1f4ca792073eb953814e (patch)
treefac1ff43d2f1f551a84cb3e76f8e6dda437ee71c /src/being/being.h
parenta0451aa4e93b10ad2e50d5c4d59116f888aeacd5 (diff)
downloadplus-829c8fb2476f763f0d0a1f4ca792073eb953814e.tar.gz
plus-829c8fb2476f763f0d0a1f4ca792073eb953814e.tar.bz2
plus-829c8fb2476f763f0d0a1f4ca792073eb953814e.tar.xz
plus-829c8fb2476f763f0d0a1f4ca792073eb953814e.zip
Remove useless todo messages.
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;