(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

@@ -27,7 +27,6 @@
*/
NetworkGameSocketHandler::NetworkGameSocketHandler(SOCKET s)
{
this->status = STATUS_INACTIVE;
this->sock = s;
this->last_frame = _frame_counter;
this->last_frame_server = _frame_counter;