aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/enet/enet.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/enet/enet.h b/include/enet/enet.h
index 54d91b5..a736173 100644
--- a/include/enet/enet.h
+++ b/include/enet/enet.h
@@ -313,8 +313,7 @@ typedef struct _ENetPeer
ENetList acknowledgements;
ENetList sentReliableCommands;
ENetList sentUnreliableCommands;
- ENetList outgoingReliableCommands;
- ENetList outgoingUnreliableCommands;
+ ENetList outgoingCommands;
ENetList dispatchedCommands;
enet_uint16 flags;
enet_uint8 roundTripTimeRemainder;