aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--grid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/grid.h b/grid.h
index 26d0b16..7ca3ff1 100644
--- a/grid.h
+++ b/grid.h
@@ -50,7 +50,7 @@ struct grid_face {
* grid_find_incentre() on a face, and it will fill in ix,iy below
* and set has_incentre to indicate that it's done so.
*/
- int has_incentre;
+ bool has_incentre;
int ix, iy; /* incentre (centre of largest inscribed circle) */
};
struct grid_edge {