summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
Diffstat (limited to 'src/net')
-rw-r--r--src/net/server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/server.h b/src/net/server.h
index 9d7dcf5..eb53a03 100644
--- a/src/net/server.h
+++ b/src/net/server.h
@@ -12,6 +12,7 @@ typedef struct
{
uint8_t count;
int sockets[MAX_PLAYERS];
+ uint8_t player_ids[MAX_PLAYERS];
} socket_list_t;
int server_start(const char* port);