Changeset 104 for trunk/UGame.pas


Ignore:
Timestamp:
Dec 27, 2014, 12:10:34 PM (10 years ago)
Author:
chronos
Message:
  • Fixed: Hide Debug settings.
  • Fixed: Remove previous cell links from map if they were disabled.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UGame.pas

    r103 r104  
    28912891
    28922892  // Build bridges
    2893 
     2893  Map.CellLinks.Clear;
    28942894  if BridgeEnabled then begin
    2895     Map.CellLinks.Clear;
    28962895    BuildMapAreas;
    28972896    LastAreaCount := -1;
Note: See TracChangeset for help on using the changeset viewer.