summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 35fafb69..b6d65c78 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -264,6 +264,7 @@ typedef struct namelog_s
char name[ MAX_NAMELOG_NAMES ][ MAX_NAME_LENGTH ];
addr_t ip[ MAX_NAMELOG_ADDRS ];
char guid[ 33 ];
+ qboolean guidless;
int slot;
qboolean banned;
@@ -322,7 +323,9 @@ typedef struct
int floodTime;
vec3_t lastDeathLocation;
+ int alternateProtocol;
char guid[ 33 ];
+ qboolean guidless;
addr_t ip;
char voice[ MAX_VOICE_NAME_LEN ];
qboolean useUnlagged;