Menu-FN: Skip intro page if we're playing with steambg in the liblist.gam.
This commit is contained in:
parent
69d58edbb6
commit
0a8dbd0edb
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ m_init(void)
|
||||||
Strings_Init();
|
Strings_Init();
|
||||||
g_initialized = TRUE;
|
g_initialized = TRUE;
|
||||||
|
|
||||||
if (games[gameinfo_current].gamedir != "valve") {
|
if (games[gameinfo_current].gamedir != "valve" || games[gameinfo_current].steambg == 1) {
|
||||||
m_intro_skip();
|
m_intro_skip();
|
||||||
Music_MenuStart();
|
Music_MenuStart();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue