X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_main.pas;h=5ea72be400acb2a56f9809a70217175121492ddc;hp=e73bf6eaf9eee515958700d8d754d283903c8e0e;hb=a07765f3e726f5efff9fbaff0ac8917b0924c3ac;hpb=331b05efe2f6761ea29488bc598661f96270909d diff --git a/src/game/g_main.pas b/src/game/g_main.pas index e73bf6e..5ea72be 100644 --- a/src/game/g_main.pas +++ b/src/game/g_main.pas @@ -44,7 +44,7 @@ uses e_graphics, e_input, g_game, g_console, g_gui, e_sound, g_options, g_sound, g_player, g_basic, g_weapons, SysUtils, g_triggers, MAPDEF, g_map, - g_menu, g_language, g_net, g_touch, + g_menu, g_language, g_net, g_touch, g_res_downloader, utils, conbuf, envvars, xparser; @@ -161,6 +161,8 @@ begin g_holmes_imfunctional := not flexloaded; {$ENDIF} + g_Res_CreateDatabases(); + e_WriteLog('Entering SDLMain', TMsgType.Notify); {$WARNINGS OFF}