diff options
author | eihrul <eihrul> | 2007-10-12 05:21:57 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2007-10-12 05:21:57 +0000 |
commit | 7bcef65dbdddba239f7f38cd9cf199dd3266733f (patch) | |
tree | c1cf01d2c68eb91faf09f2f89f10e5e48c417393 /host.c | |
parent | 0b49c1bbcd804ffd19b964075df6aa26045359ae (diff) | |
download | enet-7bcef65dbdddba239f7f38cd9cf199dd3266733f.tar.gz enet-7bcef65dbdddba239f7f38cd9cf199dd3266733f.zip |
*** empty log message ***
Diffstat (limited to 'host.c')
-rw-r--r-- | host.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -165,7 +165,6 @@ 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); |