hedgewars/uLandTemplates.pas
changeset 2425 a4af95e6382c
parent 2376 ece7b87f1334
child 2564 96138f0d3cf6
child 2599 c7153d2348f3
equal deleted inserted replaced
2424:b52344de23ae 2425:a4af95e6382c
  1915 const LargeTemplates: array[0..19] of Longword =
  1915 const LargeTemplates: array[0..19] of Longword =
  1916       (
  1916       (
  1917         18, 19, 20, 21, 22, 23, 24, 25, 26, 27,
  1917         18, 19, 20, 21, 22, 23, 24, 25, 26, 27,
  1918         28, 29, 30, 31, 32, 33, 34, 35, 37, 38
  1918         28, 29, 30, 31, 32, 33, 34, 35, 37, 38
  1919       );
  1919       );
  1920 const CavernTemplates: array[0..5] of Longword = (36, 15, 2, 3, 21, 29);
  1920 const CavernTemplates: array[0..4] of Longword = (36, 2, 3, 21, 29);
  1921 const WackyTemplates: array[0..3] of Longword = (37, 38, 39, 40);
  1921 const WackyTemplates: array[0..3] of Longword = (37, 38, 39, 40);
  1922 
  1922 
  1923 implementation
  1923 implementation
  1924 
  1924 
  1925 end.
  1925 end.