X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=gameserver.h;h=a03b1a0ac9c300609c7a6c7dc505fbb62d02c42b;hb=eff8b75f1a00169d7666c2adf27b588e278c19d2;hp=3d0e71383bf9b5a8a2d0afe73e1b77ffde16d923;hpb=9de2cae6767e5f1ab99532ba59134ac34fbd1533;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/gameserver.h b/gameserver.h index 3d0e713..a03b1a0 100644 --- a/gameserver.h +++ b/gameserver.h @@ -12,7 +12,7 @@ #define CLIENT_KNOWLEDGE_SAME_WORLD0 0x1 #define CLIENT_KNOWLEDGE_SAME_WORLD1 0x2 -#define CLIENT_KNOWLEDGE_FRIENDS 0x4 /* TODO? */ +#define CLIENT_KNOWLEDGE_FRIENDS 0x4 /* unused */ struct { HSteamNetPollGroup client_group; @@ -43,10 +43,6 @@ struct { u8 client_knowledge_mask[ (NETWORK_MAX_PLAYERS*(NETWORK_MAX_PLAYERS-1))/2 ]; u8 app_symmetric_key[ k_nSteamEncryptedAppTicketSymmetricKeyLen ]; - /* TODO: Consider removing this */ - int monitor_fd; - int monitor_clients[ 4 ]; - bool loopback_test; } static gameserver = {