mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Make "{n_crew|wordy} crewmates remain" string wordwrap
It used to have a limit of 40 8x8 characters, but there's room for it to wrap.
This commit is contained in:
parent
cbdf888a40
commit
1c934688a3
1 changed files with 1 additions and 1 deletions
|
@ -2823,7 +2823,7 @@ void maprender(void)
|
||||||
"n_crew:int",
|
"n_crew:int",
|
||||||
remaining
|
remaining
|
||||||
);
|
);
|
||||||
font::print(PR_CEN, -1, FLIP(165, 8), buffer, 196, 196, 255 - help.glow);
|
font::print_wrap(PR_CEN, -1, FLIP(165, 8), buffer, 196, 196, 255 - help.glow);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue