changeset 6383 | c34a8b98d78c |
parent 6382 | 0e76c5cd4250 |
child 6580 | 6155187bf599 |
6382:0e76c5cd4250 | 6383:c34a8b98d78c |
---|---|
29 procedure ResetLand; |
29 procedure ResetLand; |
30 |
30 |
31 implementation |
31 implementation |
32 uses uConsts, GLunit, uTypes, uVariables, uTextures, uDebug, uRender; |
32 uses uConsts, GLunit, uTypes, uVariables, uTextures, uDebug, uRender; |
33 |
33 |
34 const TEXSIZE = 256; |
34 const TEXSIZE = 512; |
35 |
35 |
36 type TLandRecord = record |
36 type TLandRecord = record |
37 shouldUpdate: boolean; |
37 shouldUpdate: boolean; |
38 tex: PTexture; |
38 tex: PTexture; |
39 end; |
39 end; |