diff -r 9c8749bb0d06 -r 517b26009073 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Tue Jul 31 22:40:23 2018 +0200 +++ b/hedgewars/uConsts.pas Wed Aug 01 02:49:03 2018 +0200 @@ -174,6 +174,8 @@ cMaxHHIndex = 7; cMaxHHs = cMaxTeams * (cMaxHHIndex+1); + cClanColors = 9; + cMaxEdgePoints = 32768; cHHRadius = 9;