From 2d985dba913f815302b8fb86c9ff0956f3c2f1a3 Mon Sep 17 00:00:00 2001 From: eihrul Date: Sat, 5 Jun 2010 20:31:31 +0000 Subject: fragment dispatching fix --- peer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'peer.c') diff --git a/peer.c b/peer.c index 395a902..1c616fa 100644 --- a/peer.c +++ b/peer.c @@ -585,7 +585,7 @@ enet_peer_queue_outgoing_command (ENetPeer * peer, const ENetProtocol * command, return outgoingCommand; } -static void +void enet_peer_dispatch_incoming_unreliable_commands (ENetPeer * peer, ENetChannel * channel) { ENetListIterator currentCommand; @@ -614,7 +614,7 @@ enet_peer_dispatch_incoming_unreliable_commands (ENetPeer * peer, ENetChannel * } } -static void +void enet_peer_dispatch_incoming_reliable_commands (ENetPeer * peer, ENetChannel * channel) { ENetListIterator currentCommand; -- cgit v1.2.3