aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
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 4f7ba48..2a35317 100644
--- a/include/common.h
+++ b/include/common.h
@@ -24,7 +24,7 @@ enum _TYPE { //these are the main types of entities
#define SCREEN_HEIGHT 720
//#define FULLSCREEN
-#define HLINE 3 //base unit of the world
+#define HLINE 3 //base unit of the world
#define initRand(s) srand(s)
#define getRand() rand()