hedgewars/uLandTemplates.pas
changeset 3144 f1ba655a6941
parent 3137 d8b968a543df
child 3169 c8c6ac44f51b
--- 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