diff -r 682bc7f99c63 -r f1ba655a6941 hedgewars/uLandTemplates.pas --- a/hedgewars/uLandTemplates.pas Sun Mar 28 21:53:03 2010 +0000 +++ b/hedgewars/uLandTemplates.pas Sun Mar 28 23:05:33 2010 +0000 @@ -2025,7 +2025,8 @@ 28, 29, 30, 31, 32, 33, 34, 35, 37, 38 ); const CavernTemplates: array[0..4] of Longword = (36, 2, 3, 21, 29); -const WackyTemplates: array[0..4] of Longword = (37, 38, 39, 40, 41); +//const WackyTemplates: array[0..4] of Longword = (37, 38, 39, 40, 41); +const WackyTemplates: array[0..2] of Longword = (37, 38, 41); implementation