diff options
Diffstat (limited to 'source/client/StarClientApplication.hpp')
-rw-r--r-- | source/client/StarClientApplication.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/client/StarClientApplication.hpp b/source/client/StarClientApplication.hpp index f0eacb0..58abb9d 100644 --- a/source/client/StarClientApplication.hpp +++ b/source/client/StarClientApplication.hpp @@ -121,6 +121,7 @@ private: Maybe<PendingMultiPlayerConnection> m_pendingMultiPlayerConnection; Maybe<HostAddressWithPort> m_currentRemoteJoin; + int64_t m_timeSinceJoin = 0; }; } |