From 2cd059d163e5ddc05384aec1ffc3460074691448 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Sat, 30 Apr 2011 23:55:37 +0200 Subject: Fixed documentation about beings attack speed unit. --- src/being.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/being.h') 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; } -- cgit v1.2.3-70-g09d2