This commit is contained in:
eihrul 2004-12-23 08:20:50 +00:00
parent d381b4b7af
commit bd51177c64

2
peer.c
View file

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