summaryrefslogtreecommitdiff
path: root/src/login/login.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/login.cpp')
-rw-r--r--src/login/login.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/login/login.cpp b/src/login/login.cpp
index 7537927..b86950d 100644
--- a/src/login/login.cpp
+++ b/src/login/login.cpp
@@ -214,7 +214,7 @@ struct AuthData
IP4Address last_ip; // save of last IP of connection
VString<254> memo; // a memo field
int account_reg2_num;
- Array<struct global_reg, ACCOUNT_REG2_NUM> account_reg2;
+ Array<GlobalReg, ACCOUNT_REG2_NUM> account_reg2;
};
static
std::vector<AuthData> auth_data;
@@ -494,7 +494,7 @@ AString mmo_auth_tostr(const AuthData *p)
static
bool extract(XString line, AuthData *ad)
{
- std::vector<struct global_reg> vars;
+ std::vector<GlobalReg> vars;
VString<1> sex;
VString<15> ip;
if (!extract(line,