summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-06-04 17:00:09 +0300
committerAndrei Karas <akaras@inbox.ru>2011-06-04 17:00:09 +0300
commite668ab141d6b006b790d2b0a8fc515d13b78317e (patch)
treeb4aa71e9a4af62c948183328bbf74c2e1bf4eb84 /src/being.cpp
parent98cc93d2321b9be0a2a5ae6bf67aecf6adcdd2fb (diff)
downloadplus-e668ab141d6b006b790d2b0a8fc515d13b78317e.tar.gz
plus-e668ab141d6b006b790d2b0a8fc515d13b78317e.tar.bz2
plus-e668ab141d6b006b790d2b0a8fc515d13b78317e.tar.xz
plus-e668ab141d6b006b790d2b0a8fc515d13b78317e.zip
Cleanup part list and beinginfo.
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 944a05cb8..35fe6052c 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -183,7 +183,7 @@ std::list<BeingCacheEntry*> beingInfoCache;
// TODO: mWalkTime used by eAthena only
Being::Being(int id, Type type, Uint16 subtype, Map *map):
ActorSprite(id),
- mInfo(BeingInfo::Unknown),
+ mInfo(BeingInfo::unknown),
mActionTime(0),
mEmotion(0), mEmotionTime(0),
mSpeechTime(0),