hedgewars/uLandTemplates.pas
changeset 3144 f1ba655a6941
parent 3137 d8b968a543df
child 3169 c8c6ac44f51b
equal deleted inserted replaced
3143:682bc7f99c63 3144:f1ba655a6941
  2023       (
  2023       (
  2024         18, 19, 20, 21, 22, 23, 24, 25, 26, 27,
  2024         18, 19, 20, 21, 22, 23, 24, 25, 26, 27,
  2025         28, 29, 30, 31, 32, 33, 34, 35, 37, 38
  2025         28, 29, 30, 31, 32, 33, 34, 35, 37, 38
  2026       );
  2026       );
  2027 const CavernTemplates: array[0..4] of Longword = (36, 2, 3, 21, 29);
  2027 const CavernTemplates: array[0..4] of Longword = (36, 2, 3, 21, 29);
  2028 const WackyTemplates: array[0..4] of Longword = (37, 38, 39, 40, 41);
  2028 //const WackyTemplates: array[0..4] of Longword = (37, 38, 39, 40, 41);
       
  2029 const WackyTemplates: array[0..2] of Longword = (37, 38, 41);
  2029 
  2030 
  2030 implementation
  2031 implementation
  2031 
  2032 
  2032 end.
  2033 end.