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:
Dav999
2023-09-21 02:28:11 +02:00
committed by Misa Elizabeth Kai
parent cbdf888a40
commit 1c934688a3

View File

@@ -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
{ {