X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_res_downloader.pas;h=73557a590a4c39b6655de16d64a4352c077cb77c;hb=54de73776fff070d5c24b38ac996cd02e76fca61;hp=7fc295119c4cdada4b8e7b98f8db5fb2026f6f6e;hpb=0e32b76121dd532a73259cbdbf15c43ffdedd5c9;p=d2df-sdl.git diff --git a/src/game/g_res_downloader.pas b/src/game/g_res_downloader.pas index 7fc2951..73557a5 100644 --- a/src/game/g_res_downloader.pas +++ b/src/game/g_res_downloader.pas @@ -374,7 +374,7 @@ begin sfsGCCollect(); // why not? g_Res_CreateDatabases(); FileName := ExtractFileName(FileName); - if (length(FileName) = 0) then FileName := '__unititled__.wad'; + if (length(FileName) = 0) then FileName := '__untitled__.wad'; try g_Res_received_map_start := 1;