1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-01 19:09:09 +00:00

(svn r20925) -Codechange: make the client send commands have a slightly more sensible name

This commit is contained in:
rubidium
2010-10-15 14:29:13 +00:00
parent 0ca7e4e82e
commit 515edee17c
7 changed files with 89 additions and 71 deletions

View File

@@ -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);
}
/**