X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_res_downloader.pas;h=ed1ea3bdf3feb7c77de12529d99b0b146c67d94b;hp=a092437993d1601f774deb9235ff1ac037916e7d;hb=b171ccb122f9084809e739b19baf68bba80a9dab;hpb=8f5d5b700022732e21511affb218f8179344c90e diff --git a/src/game/g_res_downloader.pas b/src/game/g_res_downloader.pas index a092437..ed1ea3b 100644 --- a/src/game/g_res_downloader.pas +++ b/src/game/g_res_downloader.pas @@ -286,6 +286,7 @@ begin //result := g_Res_SearchResWad(true{asMap}, mapHash); result := ''; g_Res_ClearReplacementWads(); + g_Res_received_map_start := false; try CreateDir(GameDir+'/maps/downloads');