Adding small to these has never been useful
authornemo
Sun, 28 Mar 2010 23:05:33 +0000
changeset 3144 f1ba655a6941
parent 3143 682bc7f99c63
child 3145 a9af6bf223cf
Adding small to these has never been useful
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