diff -r f747c385b5ba -r 69f0f437c75a hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Tue Jul 17 22:42:49 2018 +0200 +++ b/hedgewars/uConsts.pas Wed Jul 18 00:27:23 2018 +0200 @@ -172,7 +172,7 @@ cMaxTeams = 8; cMaxHHIndex = 7; - cMaxHHs = 48; + cMaxHHs = cMaxTeams * (cMaxHHIndex+1); cMaxEdgePoints = 32768;