diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-21 08:17:19 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-21 08:17:19 -0500 |
commit | 57cdcfac12bccee661085a00424f015fc071666f (patch) | |
tree | e43502ee608e801153fba0e35256350b5bd9f142 /include/common.h | |
parent | c1774c591f7897c1cfa28e05fdb7c72e07890933 (diff) |
Player Sprite
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 f5952eb..763ecc6 100644 --- a/include/common.h +++ b/include/common.h @@ -110,7 +110,7 @@ extern unsigned int SCREEN_HEIGHT; * */ -#define HLINE 3 +#define HLINE 4 /** * A 'wrapper' for libc's srand(), as we hope to eventually have our own random number |