Ignore:
Timestamp:
Aug 10, 2024, 3:40:04 PM (6 weeks ago)
Author:
chronos
Message:
  • Fixed: Avoided more GTK2 chrashes.
  • Fixed: Build StdAI with O1 optimization level to avoid crash.
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AI Template/AI.pas

    r582 r592  
    185185          begin // tile is exploited, but not the city own tile -- check if improvable
    186186            RadiusLoc := Radius[V21];
    187             assert((RadiusLoc >= 0) and (RadiusLoc < MapSize));
     187            Assert((RadiusLoc >= 0) and (RadiusLoc < MapSize));
    188188            if (RadiusLoc >= 0) and (RadiusLoc < MapSize) then
    189189            begin
Note: See TracChangeset for help on using the changeset viewer.