diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-09-16 03:19:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-09-16 03:19:47 +0300 |
commit | 2af5e3f72aef14b5b541b7c47878e0a13a343b85 (patch) | |
tree | 2321c64133686081c18ea738c5c2131d0e02951f /src/being.cpp | |
parent | 6ac937583f9589e7049f2eb51eca62f2249ba7d6 (diff) | |
download | plus-2af5e3f72aef14b5b541b7c47878e0a13a343b85.tar.gz plus-2af5e3f72aef14b5b541b7c47878e0a13a343b85.tar.bz2 plus-2af5e3f72aef14b5b541b7c47878e0a13a343b85.tar.xz plus-2af5e3f72aef14b5b541b7c47878e0a13a343b85.zip |
Fix code style.
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being.cpp b/src/being.cpp index 73e1819a0..86695ee61 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -1409,8 +1409,8 @@ void Being::drawSpeech(int offsetX, int offsetY) if (!mText && userPalette) { mText = new Text(mSpeech, getPixelX(), getPixelY() - getHeight(), - gcn::Graphics::CENTER, &userPalette->getColor(UserPalette::PARTICLE), - true); + gcn::Graphics::CENTER, &userPalette->getColor( + UserPalette::PARTICLE), true); } } else if (speech == NO_SPEECH) |