summaryrefslogtreecommitdiff
path: root/src/avatar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/avatar.h')
-rw-r--r--src/avatar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/avatar.h b/src/avatar.h
index 68206bb19..daabdd44a 100644
--- a/src/avatar.h
+++ b/src/avatar.h
@@ -181,8 +181,6 @@ protected:
int mMaxHp;
int mDamageHp;
int mLevel;
- bool mOnline;
- bool mDisplayBold;
std::string mMap;
int mX;
int mY;
@@ -191,6 +189,8 @@ protected:
int mGender;
int mRace;
std::string mIp;
+ bool mOnline;
+ bool mDisplayBold;
};
#endif // AVATAR_H