From 03ecfbabfb9e713522e446ec7d8018ce75f0436d Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Fri, 2 Jul 2021 23:42:03 +0200 Subject: [PATCH] Menu-FN: Don't push the updater into anyones face right now until this is rock-solid under the hood --- src/menu-fn/entry.qc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/menu-fn/entry.qc b/src/menu-fn/entry.qc index c2299a80..1cd4f963 100644 --- a/src/menu-fn/entry.qc +++ b/src/menu-fn/entry.qc @@ -151,12 +151,14 @@ m_init(void) Music_MenuStart(); } +#if 0 if (games[gameinfo_current].pkgfile != "") if (!whichpack(games[gameinfo_current].pkgfile) || autocvar_menu_updating) { /* reload in case of video restarts? */ shaderforname("logo_avi", "{\n{\nvideomap av:media/logo.avi\n}\n}"); g_menupage = PAGE_UPDATES; } +#endif Menu_AutoScale(); Menu_GammaHack();