diff options
author | scratko <m@scratko.xyz> | 2024-03-22 02:36:53 +0300 |
---|---|---|
committer | scratko <m@scratko.xyz> | 2024-03-22 02:36:53 +0300 |
commit | 33dfbed68e741d84dc41d3641de1ad8e4694d9bc (patch) | |
tree | a9078bfec9468a407b7c745c81254954480753c7 | |
parent | e9a54e7ad4cd49b4e5583da9f8ccfacf904d276c (diff) | |
download | tetris-33dfbed68e741d84dc41d3641de1ad8e4694d9bc.tar.gz tetris-33dfbed68e741d84dc41d3641de1ad8e4694d9bc.tar.bz2 tetris-33dfbed68e741d84dc41d3641de1ad8e4694d9bc.zip |
correcting some comments
-rw-r--r-- | figure.pp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |