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 bfd0126..48026b0 100644 --- a/include/common.h +++ b/include/common.h @@ -100,7 +100,7 @@ extern unsigned int SCREEN_HEIGHT; * */ -#define HLINE 1 +#define HLINE 3 /** * A 'wrapper' for libc's srand(), as we hope to eventually have our own random number |