diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-04 23:47:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-04 23:47:11 +0300 |
commit | f24ddad3fa0f843eb29a281426151cf1a5f31f4b (patch) | |
tree | 6f3faaf38f069f1e88435b7c976ff4070b7a1dcb /src/being.h | |
parent | 3a407bb6b73a186eafd99bcec570f88097c4b2e1 (diff) | |
download | ManaVerse-f24ddad3fa0f843eb29a281426151cf1a5f31f4b.tar.gz ManaVerse-f24ddad3fa0f843eb29a281426151cf1a5f31f4b.tar.bz2 ManaVerse-f24ddad3fa0f843eb29a281426151cf1a5f31f4b.tar.xz ManaVerse-f24ddad3fa0f843eb29a281426151cf1a5f31f4b.zip |
add const to more classes,
fix other small style issues.
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 8c1fc81f9..e03607283 100644 --- a/src/being.h +++ b/src/being.h @@ -465,7 +465,7 @@ class Being : public ActorSprite, public ConfigListener * in pixels per second for eAthena, * in tiles per second for Manaserv. */ - void setWalkSpeed(const Vector speed) + void setWalkSpeed(const Vector &speed) { mWalkSpeed = speed; } /** |