Add log note just in case pas2c does anything odd.
--- 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) +'"');