This commit is contained in:
Antonio Martinez 2024-09-21 21:31:54 -07:00 committed by AJ Martinez
parent 81d6ac9f6e
commit 397db81a73

View file

@ -6605,10 +6605,11 @@ void K_drawKartHUD(void)
if (ta) if (ta)
{ {
using srb2::Draw; using srb2::Draw;
Draw::TextElement text = Draw::TextElement().parse("<y> Restart");
Draw(BASEVIDWIDTH - 19, 2) Draw(BASEVIDWIDTH - 19, 2)
.flags(flags | V_YELLOWMAP) .flags(flags | V_YELLOWMAP)
.align(Draw::Align::kRight) .align(Draw::Align::kRight)
.text("\xBE Restart"); .text(text.string());
} }
else else
{ {