summaryrefslogtreecommitdiff
path: root/src/qcommon
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2015-03-18 22:41:22 +0100
committer/dev/humancontroller <devhc@example.com>2017-03-09 13:51:07 +0100
commitef59d5034a993363c2750dcdceed35175d436621 (patch)
tree85d4646ab717c4976b563433d7e835828f951835 /src/qcommon
parent0dfd0b1df9633d0f6378cc5096b7e8114d009a28 (diff)
drop support for automatically playing the splash cinematic on startup
Diffstat (limited to 'src/qcommon')
-rw-r--r--src/qcommon/common.c7
1 files changed, 1 insertions, 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