From 515edee17c6cb6e2f860bcdb3308a0fc5e538e86 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 15 Oct 2010 14:29:13 +0000 Subject: (svn r20925) -Codechange: make the client send commands have a slightly more sensible name --- src/network/network_command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/network_command.cpp') diff --git a/src/network/network_command.cpp b/src/network/network_command.cpp index 1b1712203..906db5862 100644 --- a/src/network/network_command.cpp +++ b/src/network/network_command.cpp @@ -151,7 +151,7 @@ void NetworkSend_Command(TileIndex tile, uint32 p1, uint32 p2, uint32 cmd, Comma c.frame = 0; // The client can't tell which frame, so just make it 0 /* Clients send their command to the server and forget all about the packet */ - SEND_COMMAND(PACKET_CLIENT_COMMAND)(&c); + MyClient::SendCommand(&c); } /** -- cgit v1.2.3-54-g00ecf