Missed this Cvar_Get() on com_introPlayed

This commit is contained in:
Thilo Schulz 2016-06-16 03:29:02 +02:00
parent bb7ad55382
commit 9d6a95d4ad
1 changed files with 2 additions and 0 deletions

View File

@ -2756,7 +2756,9 @@ void Com_Init( char *commandLine ) {
com_busyWait = Cvar_Get("com_busyWait", "0", CVAR_ARCHIVE);
Cvar_Get("com_errorMessage", "", CVAR_ROM | CVAR_NORESTART);
#ifdef CINEMATICS_INTRO
com_introPlayed = Cvar_Get( "com_introplayed", "0", CVAR_ARCHIVE);
#endif
s = va("%s %s %s", Q3_VERSION, PLATFORM_STRING, __DATE__ );
com_version = Cvar_Get ("version", s, CVAR_ROM | CVAR_SERVERINFO );