From e8e22c99fd5cfccf6087632b46664fbd02f7900c Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 18 Aug 2010 21:30:38 +0000 Subject: (svn r20548) -Codechange: rename some variables giving them slightly more meaningful names --- src/network/core/tcp_game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/core') 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); -- cgit v1.2.3-54-g00ecf