summaryrefslogtreecommitdiff
path: root/src/login/login.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2012-12-16 17:47:51 -0800
committerBen Longbons <b.r.longbons@gmail.com>2012-12-24 10:02:00 -0800
commitb52127bcbf817ff8285b36d22198b275327e16bb (patch)
tree7bc596289c011e719168bef846b8cf63bf5d4947 /src/login/login.hpp
parent4bd7eeec09629d3c0f900d42c899fe23c69e07b6 (diff)
downloadtmwa-b52127bcbf817ff8285b36d22198b275327e16bb.tar.gz
tmwa-b52127bcbf817ff8285b36d22198b275327e16bb.tar.bz2
tmwa-b52127bcbf817ff8285b36d22198b275327e16bb.tar.xz
tmwa-b52127bcbf817ff8285b36d22198b275327e16bb.zip
Cleanup headers and remove all uses of va_list except logging
Diffstat (limited to 'src/login/login.hpp')
-rw-r--r--src/login/login.hpp9
1 files changed, 2 insertions, 7 deletions
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