aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/Reticle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/Reticle.c b/generic/Reticle.c
index 8ee24ae..1224e05 100644
--- a/generic/Reticle.c
+++ b/generic/Reticle.c
@@ -55,8 +55,8 @@ typedef struct _ReticleItemStruct {
ZnPoint pos; /* Origin world coordinates */
ZnColor line_color; /* circle color */
ZnColor bright_line_color; /* intermediate circle color */
- int first_radius; /* first world radius */
- int step_size; /* step world size */
+ ZnDim first_radius; /* first world radius */
+ ZnDim step_size; /* step world size */
int period; /* bright circle period */
int num_circles; /* num cercles max */
LineStyle line_style; /* circles lines styles */