mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 09:39: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",
|
||||
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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue