From b52127bcbf817ff8285b36d22198b275327e16bb Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sun, 16 Dec 2012 17:47:51 -0800 Subject: Cleanup headers and remove all uses of va_list except logging --- src/login/login.hpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/login/login.hpp') diff --git a/src/login/login.hpp b/src/login/login.hpp index 4cbf254..d6f8b2f 100644 --- a/src/login/login.hpp +++ b/src/login/login.hpp @@ -1,4 +1,3 @@ -// $Id: login.h,v 1.1.1.1 2004/09/10 17:26:53 MagicalTux Exp $ #ifndef LOGIN_HPP #define LOGIN_HPP @@ -6,11 +5,7 @@ #define LOGIN_CONF_NAME "conf/login_athena.conf" #define LAN_CONF_NAME "conf/lan_support.conf" -// It seems we don't need to emulate RO's "password encryption" - MC/TMW -//#define PASSWORDENC 3 // A definition is given when making an encryption password correspond. - // It is 1 at the time of passwordencrypt. - // It is made into 2 at the time of passwordencrypt2. - // When it is made 3, it corresponds to both. + #define START_ACCOUNT_NUM 2000000 #define END_ACCOUNT_NUM 100000000 @@ -38,4 +33,4 @@ struct mmo_char_server int is_new; }; -#endif +#endif // LOGIN_HPP -- cgit v1.2.3-70-g09d2