c2a3d15df7d3
authorDebian Games Team <pkg-games-devel@lists.alioth.debian.org>
Fri, 4 Jan 2019 20:07:05 +0000 (20:07 +0000)
committerGianfranco Costamagna <locutusofborg@debian.org>
Fri, 4 Jan 2019 20:07:05 +0000 (20:07 +0000)
# HG changeset patch
# User nemo
# Date 1544021425 18000
# Node ID c2a3d15df7d33b41a651679ad894e66542b8a0cf
# Parent  40dd8eb60d54413121b0ea020fb4147f75e9a198
Add log note just in case pas2c does anything odd.

Gbp-Pq: Name c2a3d15df7d3.patch

hedgewars/hwengine.pas

index 730ed3bb34381b5f217f7963e0e4968248000682..a965a56eec211b80daf025a6171baf022dfcd7b9 100644 (file)
@@ -358,6 +358,9 @@ procedure GameRoutine;
 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) +'"');