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
@ -413,7 +413,7 @@ void ask_player_names (void)
|
||||
_("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