diff options
author | Ira Rice <irarice@gmail.com> | 2009-02-11 18:36:35 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-02-11 18:36:35 -0700 |
commit | f72ff67c54a3d49ffcfa83b6a06db4176f37093b (patch) | |
tree | 8b6f0f67d04150c986cd8537a83ecd53bbfe75a9 /src/being.cpp | |
parent | 70aff3a9f745e23fcfa11db92563d0ed17449c32 (diff) | |
download | mana-f72ff67c54a3d49ffcfa83b6a06db4176f37093b.tar.gz mana-f72ff67c54a3d49ffcfa83b6a06db4176f37093b.tar.bz2 mana-f72ff67c54a3d49ffcfa83b6a06db4176f37093b.tar.xz mana-f72ff67c54a3d49ffcfa83b6a06db4176f37093b.zip |
Adjusted a few files for release.
Signed-off-by: Ira Rice <irarice@gmail.com>
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 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 || |