network_data.h
changeset 4887 71da70810c22
parent 4883 c9c7d15c0b0b
child 4906 935e6280c093
--- a/network_data.h	Wed Oct 18 17:44:46 2006 +0000
+++ b/network_data.h	Wed Oct 18 21:07:36 2006 +0000
@@ -169,9 +169,9 @@
 } PacketType;
 
 typedef enum {
-	DESTTYPE_BROADCAST,
-	DESTTYPE_PLAYER,
-	DESTTYPE_CLIENT
+	DESTTYPE_BROADCAST, ///< Send message/notice to all players (All)
+	DESTTYPE_PLAYER,    ///< Send message/notice to everyone playing the same company (Team)
+	DESTTYPE_CLIENT,    ///< Send message/notice to only a certain player (Private)
 } DestType;
 
 CommandPacket *_local_command_queue;