diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-29 08:09:46 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-29 08:09:46 -0400 |
commit | 764e0983c21247e325807933227b077bdc1ef6be (patch) | |
tree | 0f71fd87255f66cfd2d4263efcb3741518f09a68 /include/common.h | |
parent | 33ad7fe2203d93f3721b1e22faf94527b78f0f71 (diff) | |
parent | b195f57a6ad36f795c9a03e525357e5df246f26f (diff) |
readded readme, fixed world handling w/ interpolation
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 2 |
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() |