From ef59d5034a993363c2750dcdceed35175d436621 Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Wed, 18 Mar 2015 22:41:22 +0100 Subject: drop support for automatically playing the splash cinematic on startup --- src/qcommon/common.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/qcommon/common.c b/src/qcommon/common.c index 0a91790f..cf8b4d83 100644 --- a/src/qcommon/common.c +++ b/src/qcommon/common.c @@ -484,8 +484,7 @@ Com_AddStartupCommands Adds command line parameters as script statements Commands are seperated by + signs -Returns qtrue if any late commands were added, which -will keep the demoloop from immediately starting +Returns qtrue if any late commands were added ================= */ qboolean Com_AddStartupCommands( void ) { @@ -2614,10 +2613,6 @@ void Com_Init( char *commandLine ) { // add + commands from command line if ( !Com_AddStartupCommands() ) { - // if the user didn't give any commands, run default action - if ( !com_dedicated->integer ) { - Cbuf_AddText ("cinematic splash.RoQ\n"); - } } // start in full screen ui mode -- cgit