From 8424a3e8ab91c3f3c11ec7360ec7df5691fbb282 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sat, 13 Dec 2025 15:27:14 -0500 Subject: [PATCH] Fix speedscramble text overlapping --- src/y_inter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/y_inter.c b/src/y_inter.c index a0949a5c8..9932bc09c 100644 --- a/src/y_inter.c +++ b/src/y_inter.c @@ -842,8 +842,8 @@ skiptallydrawer: } if ((speedscramble != -1) && (speedscramble != gamespeed)) - V_DrawCenteredString(BASEVIDWIDTH/2, BASEVIDHEIGHT-24, hilicol|V_ALLOWLOWERCASE|V_SNAPTOBOTTOM, - va(M_GetText("Next race will be %s Speed!"), kartspeed_cons_t[1+speedscramble].strvalue)); + V_DrawThinString(5, 188, hilicol|V_ALLOWLOWERCASE|V_SNAPTOLEFT|V_6WIDTHSPACE, + va(M_GetText("Next race is %s Speed!"), kartspeed_cons_t[1+speedscramble].strvalue)); if (renderisnewtic) {