diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being.cpp b/src/being.cpp index 44293732..47c31c36 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -67,14 +67,14 @@ static const int DEFAULT_BEING_HEIGHT = 32; int Being::mNumberOfHairstyles = 1; // TODO: mWalkTime used by eAthena only -Being::Being(int id, int job, Map *map): +Being::Being(int id, int subtype, Map *map): mFrame(0), mWalkTime(0), mEmotion(0), mEmotionTime(0), mSpeechTime(0), mAttackSpeed(350), mAction(STAND), - mJob(job), + mSubType(subtype), mId(id), mDirection(DOWN), mSpriteDirection(DIRECTION_DOWN), |