diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-09 02:07:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-09 02:07:50 +0300 |
commit | 0cec4fa69c575f69015f37686f1e010d09f2ec48 (patch) | |
tree | 3ee7de7a6e19f3bc952bd9da5d4aaf274a37795d /src/being.cpp | |
parent | a85d7ad79ce803adc3469a618bfd8dfe188f2cbf (diff) | |
download | mv-0cec4fa69c575f69015f37686f1e010d09f2ec48.tar.gz mv-0cec4fa69c575f69015f37686f1e010d09f2ec48.tar.bz2 mv-0cec4fa69c575f69015f37686f1e010d09f2ec48.tar.xz mv-0cec4fa69c575f69015f37686f1e010d09f2ec48.zip |
fix code style.
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp index 4ca664dc6..30541a590 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -974,7 +974,7 @@ std::string Being::getSitAction() const } } -void Being::setAction(const Action action, const int attackType A_UNUSED) +void Being::setAction(const Action &action, const int attackType A_UNUSED) { std::string currentAction = SpriteAction::INVALID; |