summaryrefslogtreecommitdiff
path: root/network_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'network_data.h')
-rw-r--r--network_data.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/network_data.h b/network_data.h
index d1f7826c9..6d8d4feb4 100644
--- a/network_data.h
+++ b/network_data.h
@@ -169,9 +169,9 @@ typedef enum {
} 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;