back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/figure.pp
diff options
context:
space:
mode:
Diffstat (limited to 'figure.pp')
-rw-r--r--figure.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/figure.pp b/figure.pp
index 3f2e0d1..b1c5074 100644
--- a/figure.pp
+++ b/figure.pp
@@ -454,7 +454,7 @@ var
square: SquareItemPtr;
TempSquare: SquareItemPtr;
begin
- {square shape don't have any center}
+ {square shape dont have any center}
if shape.IsSquare then
exit;
{centers were initialized}
@@ -1073,7 +1073,7 @@ procedure CheckBorders(var shape: ShapeList; var ChangedShape: ShapeList;
CurBorders: borders; var IsObstacle: boolean);
begin
FindCenterFigure(shape);
- {ChangedShape's center has been got from shape}
+ {ChangedShapes center has been got from shape}
CopyShape(shape, ChangedShape);
if shape.CurDir <> turning then
CalculateNewXY(shape, ChangedShape)