Menu-FN: Init String-Table before most of the other inits.

This commit is contained in:
Marco Cawthorne 2024-01-15 15:43:43 -08:00
parent e9700b31b9
commit 7b09f7cbc4
Signed by: eukara
GPG key ID: CE2032F0A2882A22

View file

@ -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();