DEADSOFTWARE

net: i like to move the comment, move it...
authorKetmar Dark <ketmar@ketmar.no-ip.org>
Sat, 12 Oct 2019 01:15:28 +0000 (04:15 +0300)
committerKetmar Dark <ketmar@ketmar.no-ip.org>
Sat, 12 Oct 2019 15:54:12 +0000 (18:54 +0300)
src/game/g_game.pas

index 43ccf4ff22e1b3eb6ddce0e748c52477a87007e0..ae66faad7854babd93cd1115ccfa83903def765a 100644 (file)
@@ -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