Changeset 451 for trunk/Database.pas


Ignore:
Timestamp:
Jul 30, 2022, 3:38:26 PM (22 months ago)
Author:
chronos
Message:
  • Added: Support for ARM 32-bit and 64-bit architectures for loading StdAI and other AIs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Database.pas

    r447 r451  
    16711671    if RealMap[Loc1] and fterrain>=fGrass then
    16721672    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;}
    16741674    {random Road and Railroad }
    16751675  { !!!for Loc1:=0 to MapSize-1 do
Note: See TracChangeset for help on using the changeset viewer.