diff options
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h index b7c13e7..b57999d 100644 --- a/include/common.h +++ b/include/common.h @@ -30,8 +30,8 @@ enum GENDER{ #include <Quest.h> #include <entities.h> -#define SCREEN_WIDTH 1280 -#define SCREEN_HEIGHT 740 +#define SCREEN_WIDTH 640 +#define SCREEN_HEIGHT 480 //#define FULLSCREEN #define HLINE 3 //base unit of the world |