diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h index 747a5428..b286ef41 100644 --- a/src/being.h +++ b/src/being.h @@ -646,7 +646,8 @@ class Being : public Sprite, public ConfigListener /** * Walk speed. * In pixels per second for eAthena, - * In tiles per second (0.1 precision) for Manaserv. + * In pixels per ticks for Manaserv. + * @see MILLISECONDS_IN_A_TICK */ float mWalkSpeed; |