aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-09-29 08:09:46 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-09-29 08:09:46 -0400
commit764e0983c21247e325807933227b077bdc1ef6be (patch)
tree0f71fd87255f66cfd2d4263efcb3741518f09a68 /include/common.h
parent33ad7fe2203d93f3721b1e22faf94527b78f0f71 (diff)
parentb195f57a6ad36f795c9a03e525357e5df246f26f (diff)
readded readme, fixed world handling w/ interpolation
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()