X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_main.pas;h=5ea72be400acb2a56f9809a70217175121492ddc;hb=a07765f3e726f5efff9fbaff0ac8917b0924c3ac;hp=c3741bc1ec0ab207be3c786a14513da0b4d397f8;hpb=fe124e7198cf5515dc005ed363c7989e19228134;p=d2df-sdl.git diff --git a/src/game/g_main.pas b/src/game/g_main.pas index c3741bc..5ea72be 100644 --- a/src/game/g_main.pas +++ b/src/game/g_main.pas @@ -2,8 +2,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * the Free Software Foundation, version 3 of the License ONLY. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -45,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; @@ -162,6 +161,8 @@ begin g_holmes_imfunctional := not flexloaded; {$ENDIF} + g_Res_CreateDatabases(); + e_WriteLog('Entering SDLMain', TMsgType.Notify); {$WARNINGS OFF}