mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 08:31:14 +00:00
Only play logo/intro if their filenames have been defined in q_shared.h
This commit is contained in:
parent
9f6c4942ee
commit
bb7ad55382
2 changed files with 8 additions and 0 deletions
|
@ -3222,7 +3222,9 @@ static void UI_RunMenuScript(char **args) {
|
|||
trap_Cmd_ExecuteText( EXEC_APPEND, "exec default.cfg\n");
|
||||
trap_Cmd_ExecuteText( EXEC_APPEND, "cvar_restart\n");
|
||||
Controls_SetDefaults();
|
||||
#ifdef CINEMATICS_INTRO
|
||||
trap_Cvar_Set("com_introPlayed", "1" );
|
||||
#endif
|
||||
trap_Cmd_ExecuteText( EXEC_APPEND, "vid_restart\n" );
|
||||
} else if (Q_stricmp(name, "getCDKey") == 0) {
|
||||
char out[17];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue