From dc286905b2ecb6e7ebc310d0bc35dd5d447c2ca3 Mon Sep 17 00:00:00 2001 From: Debian Games Team Date: Fri, 4 Jan 2019 20:07:05 +0000 Subject: [PATCH] c2a3d15df7d3 # 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hedgewars/hwengine.pas b/hedgewars/hwengine.pas index 730ed3b..a965a56 100644 --- a/hedgewars/hwengine.pas +++ b/hedgewars/hwengine.pas @@ -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) +'"'); -- 2.30.2