Browse Source

comment fix

eihrul 20 years ago
parent
commit
49414930c5
1 changed files with 3 additions and 2 deletions
  1. 3 2
      include/enet/enet.h

+ 3 - 2
include/enet/enet.h

@@ -89,8 +89,9 @@ typedef enum
  * of the allocated data.  The flags field is either 0 (specifying no flags), 
  * of the allocated data.  The flags field is either 0 (specifying no flags), 
  * or a bitwise-or of any combination of the following flags:
  * or a bitwise-or of any combination of the following flags:
  *
  *
- *    ENET_PACKET_FLAG_RELIABLE - packet must be received by the ta
-
+ *    ENET_PACKET_FLAG_RELIABLE - packet must be received by the target peer
+ *    and resend attempts should be made until the packet is delivered
+ 
    @sa ENetPacketFlag
    @sa ENetPacketFlag
  */
  */
 typedef struct _ENetPacket
 typedef struct _ENetPacket