mirror of
https://git.zap.org.au/git/trader.git
synced 2024-11-03 17:27:29 -05: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:
parent
ad4ed4d744
commit
5e912e6e14
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user