mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Missed this Cvar_Get() on com_introPlayed
This commit is contained in:
parent
bb7ad55382
commit
9d6a95d4ad
1 changed files with 2 additions and 0 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue