Changeset 319 for trunk/AI/StdAI/Protocol.pas
- Timestamp:
- Mar 19, 2021, 3:31:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AI/StdAI/Protocol.pas
r289 r319 1265 1265 mcHospital = mcSupplyShip; 1266 1266 1267 // Wonders CityID constants 1268 WonderNotBuiltYet = -1; 1269 WonderDestroyed = -2; 1270 1267 1271 type 1268 1272 TServerCall = function (Command, Player, Subject: Integer; var Data) … … 1768 1772 procedure DelphiRandomize; 1769 1773 1774 1770 1775 implementation 1771 1776
Note:
See TracChangeset
for help on using the changeset viewer.