# HG changeset patch
# User nemo
# Date 1269817533 0
# Node ID f1ba655a6941dfe0f6e86b14e0b515a7834ef5ec
# Parent  682bc7f99c63c26232c1abb1ed3ab86fbd8025bc
Adding small to these has never been useful

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