diff options
-rw-r--r-- | protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1288,7 +1288,7 @@ enet_protocol_receive_incoming_commands (ENetHost * host, ENetEvent * event) } } - return -1; + return 0; } static void |
index : enet | ||
ENet reliable UDP networking library | lsalzman |
aboutsummaryrefslogtreecommitdiffhomepage |
-rw-r--r-- | protocol.c | 2 |
@@ -1288,7 +1288,7 @@ enet_protocol_receive_incoming_commands (ENetHost * host, ENetEvent * event) } } - return -1; + return 0; } static void |