summaryrefslogtreecommitdiff
path: root/src/network/core
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-18 21:30:38 +0000
committerrubidium <rubidium@openttd.org>2010-08-18 21:30:38 +0000
commite8e22c99fd5cfccf6087632b46664fbd02f7900c (patch)
tree6d17fdbcdebe29e0366454e4530f7de6761350b3 /src/network/core
parent926594b599e76886fd877e953036918687418b0c (diff)
downloadopenttd-e8e22c99fd5cfccf6087632b46664fbd02f7900c.tar.xz
(svn r20548) -Codechange: rename some variables giving them slightly more meaningful names
Diffstat (limited to 'src/network/core')
-rw-r--r--src/network/core/tcp_game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/tcp_game.h b/src/network/core/tcp_game.h
index d6952d1bf..f150a5f08 100644
--- a/src/network/core/tcp_game.h
+++ b/src/network/core/tcp_game.h
@@ -122,7 +122,7 @@ public:
ClientStatus status; ///< Status of this client
- CommandQueue command_queue; ///< The command-queue awaiting delivery
+ CommandQueue outgoing_queue; ///< The command-queue awaiting delivery
NetworkRecvStatus CloseConnection(bool error = true);