From 4716615a89f54dd1a0141e903e24b3749ba7f26c Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Sun, 1 May 2022 15:57:37 -0700 Subject: [PATCH] Menu-FN: run games_set after initial init to update the window details. --- src/menu-fn/m_customgame.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/menu-fn/m_customgame.qc b/src/menu-fn/m_customgame.qc index bc3d8883..b2baa6c7 100644 --- a/src/menu-fn/m_customgame.qc +++ b/src/menu-fn/m_customgame.qc @@ -840,6 +840,7 @@ games_init(void) games[id].info_type = GAMEINFO_NONE; } #endif + games_set(id); } void