Changeset 319 for trunk/Database.pas


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/Database.pas

    r290 r319  
    31953195    for i := 0 to 27 do
    31963196      if Built[i] > 0 then
    3197         GWonder[i].CityID := -2; // wonder destroyed
     3197        GWonder[i].CityID := WonderDestroyed;
    31983198    V21_to_Loc(Loc, Radius);
    31993199    for V21 := 1 to 26 do
Note: See TracChangeset for help on using the changeset viewer.