|
@@ -517,7 +517,7 @@ enet_peer_queue_outgoing_command (ENetPeer * peer, const ENetProtocol * command,
|
|
else
|
|
else
|
|
if (command -> header.flags & ENET_PROTOCOL_FLAG_UNSEQUENCED)
|
|
if (command -> header.flags & ENET_PROTOCOL_FLAG_UNSEQUENCED)
|
|
{
|
|
{
|
|
- ++ channel -> outgoingUnsequencedGroup;
|
|
|
|
|
|
+ ++ peer -> outgoingUnsequencedGroup;
|
|
|
|
|
|
outgoingCommand -> reliableSequenceNumber = 0;
|
|
outgoingCommand -> reliableSequenceNumber = 0;
|
|
outgoingCommand -> unreliableSequenceNumber = 0;
|
|
outgoingCommand -> unreliableSequenceNumber = 0;
|