From b3e625cf2e6fea860fc669f3a2a46cf96a01da0f Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 21 Sep 2015 21:52:28 -0400 Subject: added/fixed world linking --- include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/common.h') 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() -- cgit v1.2.3