X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=inline;f=src%2Fgame%2Fg_gui.pas;h=2200703437db6be9fc693d2bdfbd83dc76a55b31;hb=ca23794a6f2dc5eb454f65fc53efc265f16de612;hp=b8b19999fb4728c9edcbe2b880d1373e98d455aa;hpb=83e321dee047413f760e8372666e155f30f89bb8;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;