aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-09-21 21:52:28 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-09-21 21:52:28 -0400
commitb3e625cf2e6fea860fc669f3a2a46cf96a01da0f (patch)
treebc01dccc2e7f148b3c291eb4e145c9263aeaa20d /include/common.h
parent1118f22a60dffeb204ec4845d009cf057b51f088 (diff)
added/fixed world linking
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index c147d88..dde3c4a 100644
--- a/include/common.h
+++ b/include/common.h
@@ -17,7 +17,7 @@ typedef struct { float x; float y; } vec2;
#define SCREEN_HEIGHT 720
//#define FULLSCREEN
-#define HLINE 2
+#define HLINE 3
#define initRand(s) srand(s)
#define getRand() rand()