aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-09-29 08:08:08 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-09-29 08:08:08 -0400
commitb195f57a6ad36f795c9a03e525357e5df246f26f (patch)
treec1ebee302d2402a63b357d9abf5c5404d3d38779 /include/common.h
parent34e2794d647447f6ddb29419abbe2f44593ba1fa (diff)
Fixed extra entity, added mouse square, added quests class
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 1210adb..00c1a77 100644
--- a/include/common.h
+++ b/include/common.h
@@ -19,7 +19,7 @@ enum _TYPE {STRUCTURET = -1, PLAYERT = 0, NPCT = 1}; //these are the main types
#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()