diff options
Diffstat (limited to 'src/net/tmwserv/connection.h')
-rw-r--r-- | src/net/tmwserv/connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwserv/connection.h b/src/net/tmwserv/connection.h index 447cf71c..8d1c2924 100644 --- a/src/net/tmwserv/connection.h +++ b/src/net/tmwserv/connection.h @@ -71,6 +71,7 @@ namespace Net friend Connection *Net::getConnection(); Connection(ENetHost *client); + short mPort; ENetPeer *mConnection; ENetHost *mClient; State mState; |