equal
deleted
inserted
replaced
626 //////////////////////////////////////////////////////////////////////////////// |
626 //////////////////////////////////////////////////////////////////////////////// |
627 /////////////////////////////// m a i n //////////////////////////////////////// |
627 /////////////////////////////// m a i n //////////////////////////////////////// |
628 //////////////////////////////////////////////////////////////////////////////// |
628 //////////////////////////////////////////////////////////////////////////////// |
629 |
629 |
630 begin |
630 begin |
631 WriteLnToConsole('Hedgewars ' + cVersionString + ' engine'); |
631 WriteLnToConsole('Hedgewars ' + cVersionString + ' engine (protocol version ' + inttostr(cNetProtoVersion) + ')'); |
632 GetParams; |
632 GetParams; |
633 // FIXME - hack in font with support for CJK |
633 // FIXME - hack in font with support for CJK |
634 if (cLocaleFName = 'zh_CN.txt') or (cLocaleFName = 'zh_TW.txt') or (cLocaleFName = 'ja.txt') then |
634 if (cLocaleFName = 'zh_CN.txt') or (cLocaleFName = 'zh_TW.txt') or (cLocaleFName = 'ja.txt') then |
635 Fontz:= FontzCJK; |
635 Fontz:= FontzCJK; |
636 |
636 |