(svn r20937) -Codechange: move some variables from client/server to server only

This commit is contained in:
rubidium
2010-10-15 20:29:59 +00:00
parent f712055002
commit c9cbab14ea
4 changed files with 9 additions and 9 deletions

View File

@@ -47,7 +47,12 @@ protected:
NetworkRecvStatus SendWait();
NetworkRecvStatus SendNeedGamePassword();
NetworkRecvStatus SendNeedCompanyPassword();
public:
byte lag_test; ///< Byte used for lag-testing the client
ClientStatus status; ///< Status of this client
CommandQueue outgoing_queue; ///< The command-queue awaiting delivery
ServerNetworkGameSocketHandler(SOCKET s);
~ServerNetworkGameSocketHandler();