Changeset 531 for trunk/LocalPlayer/Draft.pas
- Timestamp:
- Mar 27, 2024, 12:31:14 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Draft.pas
r530 r531 27 27 procedure PaintBox1MouseUp(Sender: TObject; Button: TMouseButton; 28 28 Shift: TShiftState; X, Y: Integer); 29 public30 procedure ShowNewContent(NewMode: TWindowMode);31 protected32 procedure OffscreenPaint; override;33 29 private 34 30 Domain, MaxLines, Lines, Cut, yDomain, yFeature, yWeight, yTotal, yView, … … 38 34 function IsFeatureInList(D, I: Integer): Boolean; 39 35 procedure SetDomain(D: Integer); 36 protected 37 procedure OffscreenPaint; override; 38 public 39 procedure ShowNewContent(NewMode: TWindowMode); 40 40 end; 41 41 … … 211 211 Y := yTotal + 76; 212 212 LoweredTextOut(Offscreen.Canvas, -1, MainTexture, xTotal - 2, Y, 213 Phrases.Lookup('COSTDIFF' + char(48 + G.Difficulty[Me])));213 Phrases.Lookup('COSTDIFF' + Char(48 + G.Difficulty[Me]))); 214 214 LoweredTextOut(Offscreen.Canvas, -1, MainTexture, 215 215 xTotal2 + 148 + 30, Y, '=');
Note:
See TracChangeset
for help on using the changeset viewer.