diff options
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 3c83e66..f278020 100644 --- a/include/common.h +++ b/include/common.h @@ -65,7 +65,7 @@ typedef struct { * */ -#define HLINE 2 // 3 as in 3 pixels +#define HLINE 3 // 3 as in 3 pixels /* * Define 'our' random number generation library. Eventually these macros will be replaced |