X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_res_downloader.pas;h=9547335009a7296361e17b018196f7e6846c3278;hb=e06da872a0a072eea1117350ed6c14a709328807;hp=e4959b719de4325dd9ec2aab5077d909f8f971b0;hpb=88ce644db1b40111bdb380f4357fa59bdb5173be;p=d2df-sdl.git diff --git a/src/game/g_res_downloader.pas b/src/game/g_res_downloader.pas index e4959b7..9547335 100644 --- a/src/game/g_res_downloader.pas +++ b/src/game/g_res_downloader.pas @@ -108,6 +108,7 @@ var i: Integer; resData: TResDataMsg; begin + SetLength(mapData.ExternalResources, 0); g_Console_Add(Format(_lc[I_NET_MAP_DL], [FileName])); e_WriteLog('Downloading map `' + FileName + '` from server', MSG_NOTIFY); MC_SEND_MapRequest();