Changeset 167 for trunk/UMap.pas
- Timestamp:
- Nov 23, 2017, 9:57:48 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UMap.pas
r166 r167 296 296 LeftCellCommon: TCell; 297 297 RightCellCommon: TCell; 298 LeftText: string;299 RightText: string;298 //LeftText: string; 299 //RightText: string; 300 300 NeighborCell: TCell; 301 301 begin 302 302 Clear; 303 RandSeed := 1234;303 //RandSeed := 1234; 304 304 305 305 // Allocate and init new cells
Note:
See TracChangeset
for help on using the changeset viewer.