diff options
author | eihrul <eihrul> | 2004-12-23 08:20:50 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2004-12-23 08:20:50 +0000 |
commit | bd51177c6434b39bee3b7376ff7957d8c9c8db50 (patch) | |
tree | 8dbbc57e2f3ff12a025a9d4f4b04ffb25aea37ee | |
parent | d381b4b7af1815e8f7a3923b2d0e62f2b61ac4e2 (diff) | |
download | enet-bd51177c6434b39bee3b7376ff7957d8c9c8db50.tar.gz enet-bd51177c6434b39bee3b7376ff7957d8c9c8db50.zip |
bug fix
-rw-r--r-- | peer.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |