diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-05-18 23:37:50 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-05-18 23:37:50 +0200 |
commit | 2ad1ec6272744c2910749998f779b32ddcae12fd (patch) | |
tree | 7a29148893c8f59bcb8c13cf91f59e14650e8c91 /src/game/g_local.h | |
parent | 68d2b3ae9ec3ef78167c20f1c9662c5020ee1f04 (diff) |
Improve version checking.
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 5a8d1f8..a3c02c8 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -373,8 +373,6 @@ typedef struct long timeLastViewed; } statsCounters_level; -#define MAX_CLIENT_VERSION 80 - // client data that stays across multiple respawns, but is cleared // on each level change or team change at ClientBegin() typedef struct @@ -442,7 +440,6 @@ typedef struct qboolean firstConnect; // This is the first map since connect qboolean useUnlagged; statsCounters_t statscounters; - char version[ MAX_CLIENT_VERSION ]; } clientPersistant_t; #define MAX_UNLAGGED_MARKERS 256 |