Ignore:
Timestamp:
Mar 19, 2021, 3:31:53 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Optimized drawing of Wonders window.
  • Modified: Used named constants for Wonders CitiID special cases.
File:
1 edited

Legend:

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

    r289 r319  
    12651265mcHospital = mcSupplyShip;
    12661266
     1267// Wonders CityID constants
     1268WonderNotBuiltYet = -1;
     1269WonderDestroyed = -2;
     1270
    12671271type
    12681272  TServerCall = function (Command, Player, Subject: Integer; var Data)
     
    17681772procedure DelphiRandomize;
    17691773
     1774
    17701775implementation
    17711776
Note: See TracChangeset for help on using the changeset viewer.