summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp
index d847b032..8e07514f 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -492,7 +492,7 @@ void Being::drawSpeech(int offsetX, int offsetY)
{
const int px = mPx + offsetX;
const int py = mPy + offsetY;
- const int speech = config.getValue("speech", NAME_IN_BUBBLE);
+ const int speech = (int) config.getValue("speech", NAME_IN_BUBBLE);
// Draw speech above this being
if (mSpeechTime > 0 && (speech == NAME_IN_BUBBLE ||