eihrul преди 20 години
родител
ревизия
bd51177c64
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      peer.c

+ 1 - 1
peer.c

@@ -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;