equal
deleted
inserted
replaced
28 THedgehog = record |
28 THedgehog = record |
29 name: shortstring; |
29 name: shortstring; |
30 hat: shortstring; |
30 hat: shortstring; |
31 end; |
31 end; |
32 TTeam = record |
32 TTeam = record |
33 teamName: shortstring; |
33 teamName |
34 flag: shortstring; |
34 , flag |
35 graveName: shortstring; |
35 , grave |
36 fortName: shortstring; |
36 , fort |
37 owner: shortstring; |
37 , voice |
|
38 , owner: shortstring; |
38 color: Longword; |
39 color: Longword; |
39 extDriven: boolean; |
40 extDriven: boolean; |
40 botLevel: Longword; |
41 botLevel: Longword; |
41 hedgehogs: array[0..7] of THedgehog; |
42 hedgehogs: array[0..7] of THedgehog; |
42 hogsNumber: Longword; |
43 hogsNumber: Longword; |