Changeset 522 for trunk/LocalPlayer/Select.pas
- Timestamp:
- Jan 7, 2024, 10:24:51 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Select.pas
r518 r522 8 8 SysUtils, Classes, ButtonB, ButtonBase, Types, 9 9 {$IFDEF DPI}Dpi.Graphics, Dpi.Controls, Dpi.Forms, Dpi.ExtCtrls, Dpi.Menus, 10 System.UITypes{$ELSE}10 Dpi.Common, System.UITypes{$ELSE} 11 11 Graphics, Controls, Forms, ExtCtrls, Menus{$ENDIF}; 12 12 … … 1115 1115 for dx := -2 to 2 do 1116 1116 for dy := -2 to 2 do 1117 if abs(dx) + abs(dy) = 2 then1117 if Abs(dx) + Abs(dy) = 2 then 1118 1118 begin 1119 1119 Loc1 := dLoc(MyCity[cixProject].Loc, dx, dy);
Note:
See TracChangeset
for help on using the changeset viewer.