X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_res_downloader.pas;h=73557a590a4c39b6655de16d64a4352c077cb77c;hb=fbef4d7a21bdc9a5b9c55f2b7b7d8ecde1151fe0;hp=7fc295119c4cdada4b8e7b98f8db5fb2026f6f6e;hpb=8de82ec2bd6c7f7e949da1b44432f4e82988a479;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;