diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-05 03:26:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-05 03:26:24 +0300 |
commit | f6920653c7a958528df248ff61c372a0bd3d4f1d (patch) | |
tree | 7a6b035e735eab7c3e3e940295f31aea6358b88d /src/actorsprite.h | |
parent | 370d1c43e73d4c06aabb4432b61e772ba6a66f13 (diff) | |
download | plus-f6920653c7a958528df248ff61c372a0bd3d4f1d.tar.gz plus-f6920653c7a958528df248ff61c372a0bd3d4f1d.tar.bz2 plus-f6920653c7a958528df248ff61c372a0bd3d4f1d.tar.xz plus-f6920653c7a958528df248ff61c372a0bd3d4f1d.zip |
Add missing checks and consts.
Diffstat (limited to 'src/actorsprite.h')
-rw-r--r-- | src/actorsprite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actorsprite.h b/src/actorsprite.h index b01e2d1a3..28d8e8f92 100644 --- a/src/actorsprite.h +++ b/src/actorsprite.h @@ -223,7 +223,7 @@ protected: void setupSpriteDisplay(const SpriteDisplay &display, const bool forceDisplay = true, const int imageType = 0, - std::string color = ""); + const std::string &color = ""); int mId; uint16_t mStunMode; /**< Stun mode; zero if not stunned */ |