diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/enet/enet.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/enet/enet.h b/include/enet/enet.h index b52a629..8bf3640 100644 --- a/include/enet/enet.h +++ b/include/enet/enet.h @@ -315,9 +315,8 @@ typedef struct _ENetPeer enet_uint16 outgoingReliableSequenceNumber; ENetList acknowledgements; ENetList sentReliableCommands; - ENetList sentUnreliableCommands; - ENetList outgoingCommands; ENetList outgoingSendReliableCommands; + ENetList outgoingCommands; ENetList dispatchedCommands; enet_uint16 flags; enet_uint16 reserved; |