Adding protocol 71 to the ui

This commit is contained in:
Richard Allen 2012-03-12 22:47:03 +00:00
parent b78c2ac735
commit da51534482

View file

@ -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]);