From 1afa38f20cd3a45c51459994ae334a9a3012e80d Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 15 Feb 2002 09:04:20 +0000 Subject: Passage des dimensions en flottant. --- generic/Reticle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'generic/Reticle.c') 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 */ -- cgit v1.1