diff options
author | Lee Salzman <[email protected]> | 2024-06-26 08:30:38 -0400 |
---|---|---|
committer | Lee Salzman <[email protected]> | 2024-06-26 08:30:38 -0400 |
commit | 29260f79cf15f8ca2979c71a050e554824b21e6d (patch) | |
tree | fe91397f2fce0860bbc314b65d2fc79bbe479ecd | |
parent | a356ac0aa90c212903f19c52d7215158ca54cfdb (diff) | |
download | enet-29260f79cf15f8ca2979c71a050e554824b21e6d.tar.gz enet-29260f79cf15f8ca2979c71a050e554824b21e6d.zip |
unsequenced comment fix
-rw-r--r-- | include/enet/enet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/enet/enet.h b/include/enet/enet.h index 3001018..c748eb5 100644 --- a/include/enet/enet.h +++ b/include/enet/enet.h @@ -108,7 +108,6 @@ typedef enum _ENetPacketFlag * made until the packet is delivered */ ENET_PACKET_FLAG_RELIABLE = (1 << 0), /** packet will not be sequenced with other packets - * not supported for reliable packets */ ENET_PACKET_FLAG_UNSEQUENCED = (1 << 1), /** packet will not allocate data, and user must supply it instead */ |