mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-03-26 04:10:50 +00:00
Didn't help much.
This commit is contained in:
parent
878f24a530
commit
fe23de1b86
1 changed files with 2 additions and 2 deletions
|
@ -5391,8 +5391,8 @@ static void UI_LoadMovies( void )
|
|||
UI_LoadDemos
|
||||
===============
|
||||
*/
|
||||
static const int q3Protocols[] = {66, 67, 68};
|
||||
static const char *q3Versions[] = {"1.30", "1.31", "1.32"};
|
||||
static const int q3Protocols[] = {66, 67, 68, 70};
|
||||
static const char *q3Versions[] = {"1.30", "1.31", "1.32", "1.36"};
|
||||
static const int q3VersionCount = sizeof(q3Protocols)/sizeof(q3Protocols[0]);
|
||||
|
||||
const char *q3VersionFromProtocol(int protocol)
|
||||
|
|
Loading…
Reference in a new issue