Changeset 554 for trunk/AI


Ignore:
Timestamp:
Apr 24, 2024, 11:19:11 AM (3 weeks ago)
Author:
chronos
Message:
  • Added: TButtonG class as a button class component referencing TGraphicSet item.
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AI/StdAI/Barbarina.pas

    r549 r554  
    18291829          (RO.Treaty[Nation] > trPeace) then
    18301830        begin
    1831           DebugMessage(1, 'End alliance/friendly contact with P' + char(48 + Nation));
     1831          DebugMessage(1, 'End alliance/friendly contact with P' + Char(48 + Nation));
    18321832          NegoCause := CancelTreaty;
    18331833          Result := True;
Note: See TracChangeset for help on using the changeset viewer.