mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03: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:
committed by
Misa Elizabeth Kai
parent
cbdf888a40
commit
1c934688a3
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user