network_data.h
changeset 1820 9b6458526480
parent 1804 7810fc0aa941
child 1891 92a3b0aa0946
--- a/network_data.h	Sun May 15 18:43:36 2005 +0000
+++ b/network_data.h	Sun May 15 18:50:55 2005 +0000
@@ -38,7 +38,7 @@
 	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)
-	uint32 dp[20]; /// _decode_parameters (for sending strings, etc.)
+	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
 } CommandPacket;