network_data.h
changeset 1977 4392ae3d8e31
parent 1891 92a3b0aa0946
child 2186 461a2aff3486
--- a/network_data.h	Thu Jun 23 18:32:41 2005 +0000
+++ b/network_data.h	Fri Jun 24 12:38:35 2005 +0000
@@ -37,7 +37,7 @@
 	uint32 cmd;    /// command being executed
 	uint32 p1;     /// parameter p1
 	uint32 p2;     /// parameter p2
-	uint32 tile;   /// tile command being executed on ; always make it uint32, so it is bigmap compatible (TileIndex)
+	TileIndex tile; /// tile command being executed on
 	char text[80];
 	uint32 frame;  /// the frame in which this packet is executed
 	byte callback; /// any callback function executed upon successful completion of the command