summaryrefslogtreecommitdiff
path: root/libs/enet/host.c
diff options
context:
space:
mode:
authorStefan Dombrowski <stefan@uni-bonn.de>2011-05-31 15:54:54 +0200
committerStefan Dombrowski <stefan@uni-bonn.de>2011-05-31 15:54:54 +0200
commitc5390a30868f7eb3b5337963dba20911ea7dc6ea (patch)
tree32f64ef97617dcc6c58e4f1415caf808f6498275 /libs/enet/host.c
parentc464dc20ed2c3b37d81d9bbf96b968900cdebcba (diff)
downloadmana-client-c5390a30868f7eb3b5337963dba20911ea7dc6ea.tar.gz
mana-client-c5390a30868f7eb3b5337963dba20911ea7dc6ea.tar.bz2
mana-client-c5390a30868f7eb3b5337963dba20911ea7dc6ea.tar.xz
mana-client-c5390a30868f7eb3b5337963dba20911ea7dc6ea.zip
Updating ENet to version 1.3.2
Source: http://enet.bespin.org/download/enet-1.3.2.tar.gz
Diffstat (limited to 'libs/enet/host.c')
-rw-r--r--libs/enet/host.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/enet/host.c b/libs/enet/host.c
index 8bb2433f..c44f2ed3 100644
--- a/libs/enet/host.c
+++ b/libs/enet/host.c
@@ -210,6 +210,7 @@ enet_host_connect (ENetHost * host, const ENetAddress * address, size_t channelC
channel -> outgoingReliableSequenceNumber = 0;
channel -> outgoingUnreliableSequenceNumber = 0;
channel -> incomingReliableSequenceNumber = 0;
+ channel -> incomingUnreliableSequenceNumber = 0;
enet_list_clear (& channel -> incomingReliableCommands);
enet_list_clear (& channel -> incomingUnreliableCommands);