Menu-FN: Don't push the updater into anyones face right now until this is
rock-solid under the hood
This commit is contained in:
parent
3d236a64ed
commit
03ecfbabfb
1 changed files with 2 additions and 0 deletions
|
@ -151,12 +151,14 @@ m_init(void)
|
||||||
Music_MenuStart();
|
Music_MenuStart();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
if (games[gameinfo_current].pkgfile != "")
|
if (games[gameinfo_current].pkgfile != "")
|
||||||
if (!whichpack(games[gameinfo_current].pkgfile) || autocvar_menu_updating) {
|
if (!whichpack(games[gameinfo_current].pkgfile) || autocvar_menu_updating) {
|
||||||
/* reload in case of video restarts? */
|
/* reload in case of video restarts? */
|
||||||
shaderforname("logo_avi", "{\n{\nvideomap av:media/logo.avi\n}\n}");
|
shaderforname("logo_avi", "{\n{\nvideomap av:media/logo.avi\n}\n}");
|
||||||
g_menupage = PAGE_UPDATES;
|
g_menupage = PAGE_UPDATES;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
Menu_AutoScale();
|
Menu_AutoScale();
|
||||||
Menu_GammaHack();
|
Menu_GammaHack();
|
||||||
|
|
Loading…
Reference in a new issue