Changeset 549 for trunk/Database.pas
- Timestamp:
- Apr 21, 2024, 8:55:53 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Database.pas
r548 r549 1036 1036 begin 1037 1037 Loc1 := dLoc(Loc, Dir and 1 * 2 - 1, Dir shr 1 * 2 - 1); 1038 if (Loc1 >= 0) and (RealMap[Loc1] and fTerrain < fGrass) then 1038 if (Loc1 >= 0) and (RealMap[Loc1] and fTerrain < fGrass) then begin 1039 1039 OneTileLake := False; 1040 Break; 1041 end; 1040 1042 end; 1041 1043 if not OneTileLake then … … 1416 1418 Ok := True; 1417 1419 for C := 1 to nsc do 1418 if nCityLoc[C] < sccount[C] * (8 - MinGood) div (7 - MinGood) then 1420 if nCityLoc[C] < sccount[C] * (8 - MinGood) div (7 - MinGood) then begin 1419 1421 Ok := False; 1422 Break; 1423 end; 1420 1424 until Ok; 1421 1425
Note:
See TracChangeset
for help on using the changeset viewer.