Ignore:
Timestamp:
Dec 8, 2023, 8:25:31 PM (5 months ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Term.pas

    r485 r486  
    765765
    766766procedure ChooseModelPicture(P, mix, Code, Hash, Turn: Integer;
    767   ForceNew, final: Boolean);
     767  ForceNew, Final: Boolean);
    768768var
    769769  I: Integer;
     
    796796    IsNew := Tribe[P].ChooseModelPicture(Picture, Code, Turn, ForceNew);
    797797  end;
    798   if final then
     798  if Final then
    799799    if not TribeOriginal[P] then
    800800      Tribe[P].SetModelPicture(Picture, IsNew)
Note: See TracChangeset for help on using the changeset viewer.