aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorLee Salzman <[email protected]>2023-02-04 23:20:39 -0500
committerLee Salzman <[email protected]>2023-02-04 23:20:39 -0500
commit9dde91d0035e83498847fe79b003b6764eb02343 (patch)
tree471f3d3bf99789f5522529ac3d680435be9eaffe /include
parentca18dfb8f8f442808add71464f893c9da40afc56 (diff)
downloadenet-9dde91d0035e83498847fe79b003b6764eb02343.tar.gz
enet-9dde91d0035e83498847fe79b003b6764eb02343.zip
remove unnecessary sent unreliable list from peers
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 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;