Menu-FN: Skip intro page if we're playing with steambg in the liblist.gam.

This commit is contained in:
Marco Cawthorne 2021-11-01 21:43:01 +01:00
parent 69d58edbb6
commit 0a8dbd0edb
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ m_init(void)
Strings_Init();
g_initialized = TRUE;
if (games[gameinfo_current].gamedir != "valve") {
if (games[gameinfo_current].gamedir != "valve" || games[gameinfo_current].steambg == 1) {
m_intro_skip();
Music_MenuStart();
}