From 7b09f7cbc4f68b29df6c2961ecdd342be6e2ded6 Mon Sep 17 00:00:00 2001 From: Marco Cawthorne Date: Mon, 15 Jan 2024 15:43:43 -0800 Subject: [PATCH] Menu-FN: Init String-Table before most of the other inits. --- src/menu-fn/entry.qc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/menu-fn/entry.qc b/src/menu-fn/entry.qc index 8b3325cd..31a87120 100644 --- a/src/menu-fn/entry.qc +++ b/src/menu-fn/entry.qc @@ -135,6 +135,8 @@ m_init(void) localcmd("plug_load ffmpeg\n"); + Strings_Init(); + /* don't precache btns_main.bmp directly any more. */ CMainButton_InitSheets(); @@ -143,7 +145,6 @@ m_init(void) main_init(); Colors_Init(); - Strings_Init(); if (GameLibrary_GetInfo(GAMEINFO_GAMEDIR) != "valve") { m_intro_skip();