network_data.c
changeset 1977 4392ae3d8e31
parent 1820 9b6458526480
child 2140 d708eb80ab8b
--- a/network_data.c	Thu Jun 23 18:32:41 2005 +0000
+++ b/network_data.c	Fri Jun 24 12:38:35 2005 +0000
@@ -396,7 +396,7 @@
 }
 
 // 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;