summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
authorLloyd Bryant <lloyd_bryant@netzero.net>2008-08-13 15:02:59 +0000
committerLloyd Bryant <lloyd_bryant@netzero.net>2008-08-13 15:02:59 +0000
commit94024e2b57b31ee92bb81fc48ce236283330b60c (patch)
treea526015cfcdd33c3482b710dc4fa22bbec4e0090 /src/being.cpp
parentc9175a4d140f4c852aa5195b72ad9bd1ae8d5cee (diff)
downloadmana-client-94024e2b57b31ee92bb81fc48ce236283330b60c.tar.gz
mana-client-94024e2b57b31ee92bb81fc48ce236283330b60c.tar.bz2
mana-client-94024e2b57b31ee92bb81fc48ce236283330b60c.tar.xz
mana-client-94024e2b57b31ee92bb81fc48ce236283330b60c.zip
Added support for different colored fonts for different being types
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 14f7ce20..822bc647 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -82,6 +82,7 @@ Being::Being(int id, int job, Map *map):
instances++;
mSpeech = 0;
+ mIsGM = false;
}
Being::~Being()