hedgewars/uLand.pas
changeset 368 fe71e55d2d7b
parent 367 bc3c3edc5ce1
child 371 731ad6d27bd1
--- a/hedgewars/uLand.pas	Fri Jan 26 18:11:03 2007 +0000
+++ b/hedgewars/uLand.pas	Fri Jan 26 18:39:40 2007 +0000
@@ -59,6 +59,9 @@
 procedure CheckLandDigest(s: shortstring);
 const digest: shortstring = '';
 begin
+{$IFDEF DEBUGFILE}
+AddFileLog('CheckLandDigest: ' + s);
+{$ENDIF}
 if digest = '' then
    digest:= s
 else