Menu-FN: Init strings after game library init.
This commit is contained in:
parent
1514c977e9
commit
95b7c87ea3
1 changed files with 1 additions and 2 deletions
|
@ -135,12 +135,11 @@ m_init(void)
|
|||
|
||||
localcmd("plug_load ffmpeg\n");
|
||||
|
||||
Strings_Init();
|
||||
|
||||
/* don't precache btns_main.bmp directly any more. */
|
||||
CMainButton_InitSheets();
|
||||
|
||||
GameLibrary_Init();
|
||||
Strings_Init();
|
||||
MapLibrary_Init();
|
||||
main_init();
|
||||
|
||||
|
|
Loading…
Reference in a new issue