hedgewars/hwengine.pas
changeset 2602 3deb9ff104da
parent 2601 21ed7cec1fa2
child 2603 abed6070a669
--- 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