Use define for player name length in botl

This defines the cut-off how many characters of the player's name
is shown in the bottom status line.
Also increase the limit from 10 characters to 16.
This commit is contained in:
Pasi Kallinen
2026-03-30 16:40:37 +03:00
parent 9fba4af323
commit f4173adc88
2 changed files with 7 additions and 4 deletions

View File

@@ -27,6 +27,9 @@ Astral Plane \GXXXXNNNN:123456 HP:1234(1234) Pw:1234(1234) AC:-127
#define MAXCO (COLNO + 40)
#endif
/* limit of the player's name in the status window */
#define BOTL_NSIZ 16
struct condmap {
const char *id;
unsigned long bitmask;