diff options
Diffstat (limited to 'src/net/logindata.h')
-rw-r--r-- | src/net/logindata.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/net/logindata.h b/src/net/logindata.h index a36150fa3..6e133b267 100644 --- a/src/net/logindata.h +++ b/src/net/logindata.h @@ -35,15 +35,17 @@ class LoginData final password(""), newPassword(""), updateHost(""), + updateHosts(), + lastLogin(), updateType(0), email(""), captchaResponse(""), registerUrl(""), gender(GENDER_UNSPECIFIED), remember(false), - registerLogin(false) + registerLogin(false), + characterSlots(9) { - resetCharacterSlots(); } A_DELETE_COPY(LoginData) |