branch | webgl |
changeset 9521 | 8054d9d775fd |
parent 9080 | 9b42757d7e71 |
child 9950 | 2759212a27de |
--- a/hedgewars/uGearsHandlers.pas Fri Oct 11 11:55:31 2013 +0200 +++ b/hedgewars/uGearsHandlers.pas Fri Oct 11 17:43:13 2013 +0200 @@ -31,7 +31,10 @@ -const dirs: array[0..3] of TPoint = ((X: 0; Y: -1), (X: 1; Y: 0),(X: 0; Y: 1),(X: -1; Y: 0)); +const dirs: array[0..3] of TPoint = ((x: 0; y: -1), + (x: 1; y: 0), + (x: 0; y: 1), + (x: -1; y: 0)); procedure PrevAngle(Gear: PGear; dA: LongInt); inline; begin