Changeset 451 for trunk/Database.pas
- Timestamp:
- Jul 30, 2022, 3:38:26 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Database.pas
r447 r451 1671 1671 if RealMap[Loc1] and fterrain>=fGrass then 1672 1672 if Delphirandom(3)=0 then RealMap[Loc1]:=RealMap[Loc1] or fRoad 1673 else if Delphirandom(3)=0 then RealMap[Loc1]:=RealMap[Loc1] or fRR; 1673 else if Delphirandom(3)=0 then RealMap[Loc1]:=RealMap[Loc1] or fRR;} 1674 1674 {random Road and Railroad } 1675 1675 { !!!for Loc1:=0 to MapSize-1 do
Note:
See TracChangeset
for help on using the changeset viewer.