Changeset 167 for trunk/UMap.pas


Ignore:
Timestamp:
Nov 23, 2017, 9:57:48 AM (7 years ago)
Author:
chronos
Message:
  • Fixed: Generate map only once on application start.
  • Modified: Use const function parameter modifier in Geometry unit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UMap.pas

    r166 r167  
    296296  LeftCellCommon: TCell;
    297297  RightCellCommon: TCell;
    298   LeftText: string;
    299   RightText: string;
     298  //LeftText: string;
     299  //RightText: string;
    300300  NeighborCell: TCell;
    301301begin
    302302  Clear;
    303   RandSeed := 1234;
     303  //RandSeed := 1234;
    304304
    305305  // Allocate and init new cells
Note: See TracChangeset for help on using the changeset viewer.