remove static prefix for float circle_count since it's specified as extern nav.h

This commit is contained in:
jpdumont
2005-08-29 16:09:42 +00:00
parent b20baa9fdd
commit 6e5cb0292a
+1 -1
View File
@@ -53,7 +53,7 @@ static float sum_alpha, last_alpha;
*/
static float alpha;
/** Number of circle done */
static float circle_count;
float circle_count;
static bool_t new_circle;
bool_t in_circle = FALSE;
bool_t in_segment = FALSE;