aboutsummaryrefslogtreecommitdiff
path: root/ps.c
diff options
context:
space:
mode:
Diffstat (limited to 'ps.c')
-rw-r--r--ps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ps.c b/ps.c
index 9be55e6..94a7086 100644
--- a/ps.c
+++ b/ps.c
@@ -13,9 +13,9 @@
struct psdata {
FILE *fp;
- int colour;
+ bool colour;
int ytop;
- int clipped;
+ bool clipped;
float hatchthick, hatchspace;
int gamewidth, gameheight;
drawing *drawing;