hedgewars/hwengine.pas
branch0.9.25
changeset 14368 c2a3d15df7d3
parent 14199 3c36a4e66c82
child 14420 1ffa8bfc5c58
--- a/hedgewars/hwengine.pas	Wed Dec 05 15:47:34 2018 +0100
+++ b/hedgewars/hwengine.pas	Wed Dec 05 09:50:25 2018 -0500
@@ -358,6 +358,9 @@
 var s: shortstring;
     i: LongInt;
 begin
+{$IFDEF PAS2C}
+    AddFileLog('Generated using pas2c');
+{$ENDIF}
     WriteLnToConsole('Hedgewars engine ' + cVersionString + '-r' + cRevisionString +
                      ' (' + cHashString + ') with protocol #' + inttostr(cNetProtoVersion));
     AddFileLog('Prefix: "' + shortstring(PathPrefix) +'"');