Archived
1
0
Fork 0
This commit is contained in:
Julien Dessaux 2022-05-08 17:50:01 +02:00
parent 4d03541e52
commit f9e411f8bc
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

@ -10,7 +10,7 @@ randomize()
type
Pointer* = object
x, y: int # The pointer's positiont
x, y: int # The pointer's position
dx, dy: int # The pointer's traveling delta
sox, soy: int # The storage offset
stringMode, lastCharWasSpace: bool # The string mode flags