mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 07:11:36 +00:00
Adding protocol 71 to the ui
This commit is contained in:
parent
b78c2ac735
commit
da51534482
1 changed files with 1 additions and 1 deletions
|
@ -5391,7 +5391,7 @@ static void UI_LoadMovies( void )
|
|||
UI_LoadDemos
|
||||
===============
|
||||
*/
|
||||
static const int q3Protocols[] = {66, 67, 68, 70};
|
||||
static const int q3Protocols[] = {66, 67, 68, 70, 71};
|
||||
static const char *q3Versions[] = {"1.30", "1.31", "1.32", "1.36"};
|
||||
static const int q3VersionCount = sizeof(q3Protocols)/sizeof(q3Protocols[0]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue