From b195f57a6ad36f795c9a03e525357e5df246f26f Mon Sep 17 00:00:00 2001
From: drumsetmonkey <abelleisle@roadrunner.com>
Date: Tue, 29 Sep 2015 08:08:08 -0400
Subject: Fixed extra entity, added mouse square, added quests class

---
 include/common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'include')

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()
-- 
cgit v1.2.3