summaryrefslogtreecommitdiff
path: root/src/net/ea/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/token.h')
-rw-r--r--src/net/ea/token.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/net/ea/token.h b/src/net/ea/token.h
index b9c0eb1ad..1e8f72c8d 100644
--- a/src/net/ea/token.h
+++ b/src/net/ea/token.h
@@ -28,7 +28,11 @@
struct Token final
{
- Token()
+ Token() :
+ account_ID(BeingId_zero),
+ session_ID1(0),
+ session_ID2(0),
+ sex(Gender::UNSPECIFIED)
{ }
A_DELETE_COPY(Token)