diff options
Diffstat (limited to 'src/net/logindata.h')
-rw-r--r-- | src/net/logindata.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/net/logindata.h b/src/net/logindata.h index a88879310..a36150fa3 100644 --- a/src/net/logindata.h +++ b/src/net/logindata.h @@ -70,11 +70,10 @@ class LoginData final Gender gender; - bool remember; /**< Whether to store the username. */ - bool registerLogin; /**< Whether an account - is being registered. */ + bool remember; // Whether to store the username. + bool registerLogin; // Whether an account is being registered. - unsigned short characterSlots; /**< The number of character slots */ + unsigned short characterSlots; // The number of character slots void clear() { |