mirror of
https://git.zap.org.au/git/trader.git
synced 2024-11-03 17:27:29 -05:00
Add a space to the "Player %d: " string for consistency
This commit is contained in:
parent
6c1c272780
commit
0aa74d1f46
@ -410,10 +410,10 @@ void ask_player_names (void)
|
||||
player[i].name = NULL;
|
||||
entered[i] = false;
|
||||
left(curwin, i + 3, 2, attr_normal, 0, 0, 1,
|
||||
_("Player %d:"), i + 1);
|
||||
_("Player %d: "), i + 1);
|
||||
}
|
||||
|
||||
int x = getcurx(curwin) + 1;
|
||||
int x = getcurx(curwin);
|
||||
int w = getmaxx(curwin) - x - 2;
|
||||
|
||||
cur = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user