From 38ddcb52e24f027b0feb766fb5e31c3e5d87d89e Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sun, 18 Oct 2009 23:50:32 +0200 Subject: Some random cleanups --- src/account-server/accountclient.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/account-server/accountclient.hpp') diff --git a/src/account-server/accountclient.hpp b/src/account-server/accountclient.hpp index 43f8c629..303627a0 100644 --- a/src/account-server/accountclient.hpp +++ b/src/account-server/accountclient.hpp @@ -29,7 +29,7 @@ class AccountHandler; -enum +enum AccountClientStatus { CLIENT_LOGIN = 0, CLIENT_CONNECTED, @@ -68,7 +68,7 @@ class AccountClient : public NetComputer Account *getAccount() const { return mAccount; } - int status; + AccountClientStatus status; private: /** Account associated with connection */ -- cgit v1.2.3-70-g09d2