From 5e912e6e14e8f821429138325e6b53b9755ba95f Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Tue, 5 Jul 2011 10:11:50 +1000 Subject: [PATCH] Plan ahead to reduce the title window to a single line By reducing the title window to a single line, we can fit an extra two lines of the galaxy map in an 80x24 terminal window. --- src/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals.h b/src/globals.h index 4d5166d..eeae9b6 100644 --- a/src/globals.h +++ b/src/globals.h @@ -40,7 +40,7 @@ ************************************************************************/ #define MAX_X (38) /* Map dimensions MAP_X x MAP_Y */ -#define MAX_Y (12) +#define MAX_Y (14) #define STAR_RATIO (0.10) /* 10% of map should be stars */ #define NUMBER_MOVES (20) /* Number of choices on map per turn */