From fc854786ed73fe768d6a3ca22c02f7013560a930 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 1 Aug 2012 21:35:49 +0300 Subject: Fix code style. --- src/being.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being.h') diff --git a/src/being.h b/src/being.h index d09e97225..5ece2bc41 100644 --- a/src/being.h +++ b/src/being.h @@ -527,7 +527,7 @@ class Being : public ActorSprite, public ConfigListener * Returns the direction the being is facing. */ SpriteDirection getSpriteDirection() const - { return SpriteDirection(mSpriteDirection); } + { return static_cast(mSpriteDirection); } void setPosition(const Vector &pos); -- cgit v1.2.3-70-g09d2