diff -r 21ed7cec1fa2 -r 3deb9ff104da hedgewars/hwengine.pas --- a/hedgewars/hwengine.pas Thu Nov 05 20:40:31 2009 +0000 +++ b/hedgewars/hwengine.pas Thu Nov 05 20:47:42 2009 +0000 @@ -628,7 +628,7 @@ //////////////////////////////////////////////////////////////////////////////// begin -WriteLnToConsole('Hedgewars ' + cVersionString + ' engine'); +WriteLnToConsole('Hedgewars ' + cVersionString + ' engine (protocol version ' + inttostr(cNetProtoVersion) + ')'); GetParams; // FIXME - hack in font with support for CJK if (cLocaleFName = 'zh_CN.txt') or (cLocaleFName = 'zh_TW.txt') or (cLocaleFName = 'ja.txt') then