1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-07-07 15:54:14 -04:00

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.
This commit is contained in:
John Zaitseff 2011-07-05 10:11:50 +10:00
parent ad4ed4d744
commit 5e912e6e14

View File

@ -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 */