summaryrefslogtreecommitdiff
path: root/src/network/core/tcp_game.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-10-15 20:29:59 +0000
committerrubidium <rubidium@openttd.org>2010-10-15 20:29:59 +0000
commitc9cbab14ea4ad07354524dd1a7e7df4126722ba1 (patch)
tree995cd1a20ccc1519ad92a518ac439ca63a19fc01 /src/network/core/tcp_game.cpp
parentf712055002526b48b8f7f6c79c600f73784d6ce3 (diff)
downloadopenttd-c9cbab14ea4ad07354524dd1a7e7df4126722ba1.tar.xz
(svn r20937) -Codechange: move some variables from client/server to server only
Diffstat (limited to 'src/network/core/tcp_game.cpp')
-rw-r--r--src/network/core/tcp_game.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/core/tcp_game.cpp b/src/network/core/tcp_game.cpp
index 0960f4324..dc3be15fe 100644
--- a/src/network/core/tcp_game.cpp
+++ b/src/network/core/tcp_game.cpp
@@ -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;