diff -r 723f1cbe2ef3 -r 8f6508c97f3f hedgewars/uLandTemplates.pas --- a/hedgewars/uLandTemplates.pas Sun Aug 30 08:04:59 2009 +0000 +++ b/hedgewars/uLandTemplates.pas Sun Aug 30 13:53:27 2009 +0000 @@ -1917,7 +1917,7 @@ 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38 ); -const CavernTemplates: array[0..0] of Longword = (36); +const CavernTemplates: array[0..5] of Longword = (36, 15, 2, 3, 21, 29); const WackyTemplates: array[0..3] of Longword = (37, 38, 39, 40); implementation