From 7bcef65dbdddba239f7f38cd9cf199dd3266733f Mon Sep 17 00:00:00 2001 From: eihrul Date: Fri, 12 Oct 2007 05:21:57 +0000 Subject: *** empty log message *** --- protocol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocol.c') diff --git a/protocol.c b/protocol.c index f8794aa..e426243 100644 --- a/protocol.c +++ b/protocol.c @@ -1174,8 +1174,8 @@ enet_protocol_send_reliable_outgoing_commands (ENetHost * host, ENetPeer * peer) if (channel != NULL && outgoingCommand -> sendAttempts < 1 && ! (outgoingCommand -> reliableSequenceNumber % ENET_PEER_RELIABLE_WINDOW_SIZE) && - channel -> usedReliableWindows & ((((1 << (ENET_PEER_RELIABLE_WINDOWS / 2)) - 1) << reliableWindow) | - (((1 << (ENET_PEER_RELIABLE_WINDOWS / 2)) - 1) >> (ENET_PEER_RELIABLE_WINDOW_SIZE - reliableWindow)))) + channel -> usedReliableWindows & ((((1 << ENET_PEER_FREE_RELIABLE_WINDOWS) - 1) << reliableWindow) | + (((1 << ENET_PEER_FREE_RELIABLE_WINDOWS) - 1) >> (ENET_PEER_RELIABLE_WINDOW_SIZE - reliableWindow)))) break; commandSize = commandSizes [outgoingCommand -> command.header.command & ENET_PROTOCOL_COMMAND_MASK]; -- cgit v1.2.3