close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

Changeset 162 for trunk/UGame.pas


Ignore:
Timestamp:
Nov 20, 2017, 6:11:16 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Partial progress on Voronoi map generator.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UGame.pas

    r158 r162  
    30283028  with TMapArea(Areas[I]) do begin
    30293029    GetBorderCells(BorderList);
     3030    if BorderList.Count > 0 then
    30303031    for J := 0 to 4 do begin
    30313032
     
    30543055    end;
    30553056    end;
    3056 
    30573057  end;
    30583058  FreeAndNil(List);
Note: See TracChangeset for help on using the changeset viewer.