Add log note just in case pas2c does anything odd. 0.9.25
authornemo
Wed, 05 Dec 2018 09:50:25 -0500
branch0.9.25
changeset 14368 c2a3d15df7d3
parent 14367 40dd8eb60d54
child 14369 7f0166b01dc9
Add log note just in case pas2c does anything odd.
hedgewars/hwengine.pas
--- 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) +'"');