diff options
-rw-r--r-- | src/qcommon/qcommon.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h index 478cd5d5..2279fb12 100644 --- a/src/qcommon/qcommon.h +++ b/src/qcommon/qcommon.h @@ -224,9 +224,7 @@ PROTOCOL ============================================================== */ -// 69 is identical in every way to 68 - the change is to avoid -// confusing connecting Q3 clients -#define PROTOCOL_VERSION 69 +#define PROTOCOL_VERSION 70 // maintain a list of compatible protocols for demo playing // NOTE: that stuff only works with two digits protocols |