X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_gui.pas;h=2200703437db6be9fc693d2bdfbd83dc76a55b31;hb=72feb908b627ef4035f6ecabbd7f26c2443d40b1;hp=b8b19999fb4728c9edcbe2b880d1373e98d455aa;hpb=fbef4d7a21bdc9a5b9c55f2b7b7d8ecde1151fe0;p=d2df-sdl.git diff --git a/src/game/g_gui.pas b/src/game/g_gui.pas index b8b1999..2200703 100644 --- a/src/game/g_gui.pas +++ b/src/game/g_gui.pas @@ -3232,13 +3232,13 @@ begin begin if FItems[FIndex] = #29 + '..' then begin - e_LogWritefln('TGUIFileListBox: Upper dir "%s" -> "%s"', [FSubPath, e_UpperDir(FSubPath)]); + //e_LogWritefln('TGUIFileListBox: Upper dir "%s" -> "%s"', [FSubPath, e_UpperDir(FSubPath)]); FSubPath := e_UpperDir(FSubPath) end else begin s := Copy(AnsiString(FItems[FIndex]), 2); - e_LogWritefln('TGUIFileListBox: Enter dir "%s" -> "%s"', [FSubPath, e_CatPath(FSubPath, s)]); + //e_LogWritefln('TGUIFileListBox: Enter dir "%s" -> "%s"', [FSubPath, e_CatPath(FSubPath, s)]); FSubPath := e_CatPath(FSubPath, s); end; ScanDirs;