hedgewars/uLandTemplates.pas
changeset 2376 ece7b87f1334
parent 2338 8f6508c97f3f
child 2425 a4af95e6382c
equal deleted inserted replaced
2375:99f05a01a6a3 2376:ece7b87f1334
  1911       );
  1911       );
  1912 const SmallTemplates: array[0..1] of Longword = ( 39, 40 );
  1912 const SmallTemplates: array[0..1] of Longword = ( 39, 40 );
  1913 const MediumTemplates: array[0..17] of Longword =
  1913 const MediumTemplates: array[0..17] of Longword =
  1914       ( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 );
  1914       ( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 );
  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..5] of Longword = (36, 15, 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);