From a733fede9b21d5e74a007ed64263bc07535ee25c Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 24 Jun 2005 12:38:35 +0000 Subject: (svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile" --- network_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network_data.c') diff --git a/network_data.c b/network_data.c index b31407790..cbb0b6f04 100644 --- a/network_data.c +++ b/network_data.c @@ -396,7 +396,7 @@ void NetworkAddCommandQueue(NetworkClientState *cs, CommandPacket *cp) } // Prepare a DoCommand to be send over the network -void NetworkSend_Command(uint32 tile, uint32 p1, uint32 p2, uint32 cmd, CommandCallback *callback) +void NetworkSend_Command(TileIndex tile, uint32 p1, uint32 p2, uint32 cmd, CommandCallback *callback) { CommandPacket *c = malloc(sizeof(CommandPacket)); byte temp_callback; -- cgit v1.2.3-70-g09d2