From: Ketmar Dark Date: Sat, 12 Oct 2019 01:15:28 +0000 (+0300) Subject: net: i like to move the comment, move it... X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=e38e7c0b3ac78f59e6c4c9e949637c68c67b8125 net: i like to move the comment, move it... --- diff --git a/src/game/g_game.pas b/src/game/g_game.pas index 43ccf4f..ae66faa 100644 --- a/src/game/g_game.pas +++ b/src/game/g_game.pas @@ -5013,6 +5013,7 @@ var gWAD: String; begin if not g_Game_IsClient then Exit; + //e_LogWritefln('*** g_Game_ClientWAD: `%s`', [NewWAD]); gWAD := g_Res_DownloadMapWAD(ExtractFileName(NewWAD), WHash); if gWAD = '' then