From: Debian Games Team Date: Fri, 4 Jan 2019 20:07:05 +0000 (+0000) Subject: c2a3d15df7d3 X-Git-Tag: archive/raspbian/1.0.0-8+rpi1~1^2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dc286905b2ecb6e7ebc310d0bc35dd5d447c2ca3;p=hedgewars.git 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 --- 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) +'"');