diff options
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 b11177e1..5782c423 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -157,7 +157,7 @@ void Being::setSpeech(const std::string &text, Uint32 time) mSpeech = new Text(text, mPx + X_SPEECH_OFFSET, mPy - Y_SPEECH_OFFSET, gcn::Graphics::CENTER, speechFont, - gcn::Color(255, 255, 255)); + gcn::Color(255, 255, 255), true); mSpeechTime = 500; } |