Ignore:
Timestamp:
Apr 15, 2024, 8:59:23 PM (4 weeks ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/CityType.pas

    r531 r536  
    134134      S := IntToStr(I + 1);
    135135      Font.Color := MainTexture.ColorTextLight;
    136       Textout(xList + 20 + I mod nListCol * 42 - TextWidth(S) div 2,
     136      TextOut(xList + 20 + I mod nListCol * 42 - TextWidth(S) div 2,
    137137        yList + 15 + I div nListCol * 32 - TextHeight(S) div 2, S);
    138138    end;
Note: See TracChangeset for help on using the changeset viewer.