From: Ketmar Dark Date: Fri, 18 Oct 2019 03:17:42 +0000 (+0300) Subject: net: call sfs gc collect in resource downloader X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=8de29737f179ebe31d60e8636a7222617408900f net: call sfs gc collect in resource downloader --- diff --git a/src/game/g_res_downloader.pas b/src/game/g_res_downloader.pas index d67dc4c..43a6087 100644 --- a/src/game/g_res_downloader.pas +++ b/src/game/g_res_downloader.pas @@ -358,6 +358,7 @@ var begin result := ''; clearReplacementWads(); + sfsGCCollect(); // why not? g_Res_CreateDatabases(); try