Changeset 290 for trunk/UnitProcessing.pas
- Timestamp:
- Feb 26, 2021, 11:56:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UnitProcessing.pas
r38 r290 5 5 6 6 uses 7 Protocol, Database;7 SysUtils, Protocol, Database; 8 8 9 9 type … … 1035 1035 end 1036 1036 end; 1037 Q.Free;1037 FreeAndNil(Q); 1038 1038 if (Loc = a.ToLoc) or (a.ToLoc = maNextCity) and (Loc >= 0) and 1039 1039 (Map[Loc] and fCity <> 0) then … … 1165 1165 end 1166 1166 end; 1167 Q.Free;1167 FreeAndNil(Q); 1168 1168 end; // CanPlaneReturn 1169 1169
Note:
See TracChangeset
for help on using the changeset viewer.