diff -r 99f05a01a6a3 -r ece7b87f1334 hedgewars/uLandTemplates.pas --- a/hedgewars/uLandTemplates.pas Thu Sep 10 15:22:34 2009 +0000 +++ b/hedgewars/uLandTemplates.pas Thu Sep 10 15:29:28 2009 +0000 @@ -1913,7 +1913,7 @@ const MediumTemplates: array[0..17] of Longword = ( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ); const LargeTemplates: array[0..19] of Longword = - ( + ( 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38 );