diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 1 |
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() |