summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/being.h b/src/being.h
index bc749a3a..d2a2701a 100644
--- a/src/being.h
+++ b/src/being.h
@@ -326,13 +326,14 @@ class Being : public ActorSprite, public EventListener
/**
* Sets the attack speed.
- * @todo In what unit?
+ * @note The attack speed is to be set in milliseconds
+ * before next attack.
*/
void setAttackSpeed(int speed) { mAttackSpeed = speed; }
/**
* Gets the attack speed.
- * @todo In what unit?
+ * @note The attack speed is in milliseconds before next attack.
*/
int getAttackSpeed() const { return mAttackSpeed; }