Menu-FN: Init String-Table before most of the other inits.
This commit is contained in:
parent
e9700b31b9
commit
7b09f7cbc4
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue