diff options
Diffstat (limited to 'src/textparticle.h')
-rw-r--r-- | src/textparticle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/textparticle.h b/src/textparticle.h index a9f1a86ad..cfd6841ba 100644 --- a/src/textparticle.h +++ b/src/textparticle.h @@ -56,6 +56,7 @@ class TextParticle final : public Particle gcn::Font *mTextFont; /**< Font used for drawing the text. */ const gcn::Color *mColor; /**< Color used for drawing the text. */ bool mOutline; /**< Make the text better readable */ + int mTextWidth; }; #endif |