mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-26 22:21:16 +00:00
no more idlogo
This commit is contained in:
parent
86acd69e03
commit
14d5d87428
1 changed files with 1 additions and 1 deletions
|
@ -2808,7 +2808,7 @@ void Com_Init( char *commandLine ) {
|
|||
if ( !Com_AddStartupCommands() ) {
|
||||
// if the user didn't give any commands, run default action
|
||||
if ( !com_dedicated->integer ) {
|
||||
Cbuf_AddText ("cinematic idlogo.RoQ\n");
|
||||
Cbuf_AddText ("cinematic Reactionlogo.RoQ\n");
|
||||
if( !com_introPlayed->integer ) {
|
||||
Cvar_Set( com_introPlayed->name, "1" );
|
||||
Cvar_Set( "nextmap", "cinematic intro.RoQ" );
|
||||
|
|
Loading…
Reference in a new issue