diff options
Diffstat (limited to 'ps.c')
| -rw-r--r-- | ps.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |