diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-07 08:39:53 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-07 08:39:53 -0400 |
commit | f28fda996331de5dac8fc2f20ea0898527239fe5 (patch) | |
tree | 1d367355654cd0cd24978601b6c1d7493b029145 /include/common.h | |
parent | 47be4d4887cd5c53ea9c019ac77b79dc4ed01c6a (diff) |
world improvement
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 b283ec8..03385cd 100644 --- a/include/common.h +++ b/include/common.h @@ -30,7 +30,7 @@ enum GENDER{ #include <entities.h> #define SCREEN_WIDTH 1280 -#define SCREEN_HEIGHT 720 +#define SCREEN_HEIGHT 740 //#define FULLSCREEN #define HLINE 3 //base unit of the world |