diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h index fd17caf5..7c114cd9 100644 --- a/src/being.h +++ b/src/being.h @@ -236,7 +236,7 @@ class Being : public Sprite setWalkSpeed(Uint16 speed) { mWalkSpeed = speed; } /** - * Gets the sprite id. + * Gets the being id. */ Uint16 getId() const { return mId; } |