Ignore:
Timestamp:
May 18, 2022, 10:43:27 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Term.pas

    r441 r442  
    20822082            s := Tribe[me].TPhrase('AGE0');
    20832083            MessgText :=
    2084               Format(s, [TurnToString(MyRO.Turn), CityName(MyCity[0].ID)])
     2084              Format(s, [TurnToString(MyRO.Turn), CityName(MyCity[0].ID)]);
    20852085          end
    20862086          else
     
    20882088            s := Tribe[me].TString(Phrases2.Lookup('AGE0'));
    20892089            MessgText := Format(s, [TurnToString(MyRO.Turn)]);
    2090           end
     2090          end;
    20912091        end
    20922092        else
     
    83028302end;
    83038303
    8304 initialization
    8305 
    83068304end.
    83078305
Note: See TracChangeset for help on using the changeset viewer.