changeset 4377 | 43945842da0c |
parent 4374 | bcefeeabaa33 |
child 4389 | d1c65b60cd68 |
4376:9654205a9424 | 4377:43945842da0c |
---|---|
33 procedure GenMap; |
33 procedure GenMap; |
34 function GenPreview: TPreview; |
34 function GenPreview: TPreview; |
35 procedure CheckLandDigest(s: shortstring); |
35 procedure CheckLandDigest(s: shortstring); |
36 |
36 |
37 implementation |
37 implementation |
38 uses uConsole, uStore, uMisc, uRandom, uLandObjects, Adler32, uIO, uLandTexture, sysutils, |
38 uses uConsole, uStore, uRandom, uLandObjects, Adler32, uIO, uLandTexture, sysutils, |
39 uVariables, uUtils; |
39 uVariables, uUtils; |
40 |
40 |
41 operator=(const a, b: direction) c: Boolean; |
41 operator=(const a, b: direction) c: Boolean; |
42 begin |
42 begin |
43 c := (a.x = b.x) and (a.y = b.y); |
43 c := (a.x = b.x) and (a.y = b.y); |